ADD args_count program for demo

This commit is contained in:
2023-12-18 18:39:25 +01:00
parent ef9faf628e
commit a171518918
5 changed files with 24 additions and 42 deletions

20
misc/args_count/Makefile Normal file
View 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
View File

@@ -0,0 +1,2 @@
SHA256 (1.0.tar.gz) = QiEXU35FikBV1g3NbFbOB8D46Ict0h27+RlAo+m+P60=
SIZE (1.0.tar.gz) = 880

View File

@@ -0,0 +1 @@
Programme qui compte les arguments

View File

@@ -0,0 +1 @@
@bin bin/args_count