ADD args_count program for demo
This commit is contained in:
20
misc/args_count/Makefile
Normal file
20
misc/args_count/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
COMMENT= Program who count arguments
|
||||
MAINTAINER= Kitoy <votre mail>
|
||||
|
||||
V= 1.0
|
||||
PKGNAME= args_count-${V}
|
||||
CATEGORIES= misc
|
||||
|
||||
MASTER_SITES= https://kitoy.me/git/kitoy/args_count/archive/
|
||||
EXTRACT_SUFX = tar.gz
|
||||
DISTFILES= ${V}.${EXTRACT_SUFX}
|
||||
|
||||
WRKSRC= ${WRKDIST}/args_count
|
||||
|
||||
# Licence WFTPL
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
misc/args_count/distinfo
Normal file
2
misc/args_count/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (1.0.tar.gz) = QiEXU35FikBV1g3NbFbOB8D46Ict0h27+RlAo+m+P60=
|
||||
SIZE (1.0.tar.gz) = 880
|
||||
1
misc/args_count/pkg/DESCR
Normal file
1
misc/args_count/pkg/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
Programme qui compte les arguments
|
||||
1
misc/args_count/pkg/PLIST
Normal file
1
misc/args_count/pkg/PLIST
Normal file
@@ -0,0 +1 @@
|
||||
@bin bin/args_count
|
||||
Reference in New Issue
Block a user