diff --git a/misc/Makefile b/misc/Makefile index 62f5ac79115a..caf51b51cfbc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -544,6 +544,7 @@ SUBDIR += vifm SUBDIR += visp SUBDIR += viz + SUBDIR += vote SUBDIR += vxl SUBDIR += wego SUBDIR += whichman diff --git a/misc/vote/Makefile b/misc/vote/Makefile new file mode 100644 index 000000000000..9f9a4b897479 --- /dev/null +++ b/misc/vote/Makefile @@ -0,0 +1,16 @@ +PORTNAME= vote +DISTVERSION= 1.1 +CATEGORIES= misc +MASTER_SITES= https://codeberg.org/tcberner/${PORTNAME}/archive/ + +MAINTAINER= tcberner@FreeBSD.org +COMMENT= Transparent git based voting system + +NO_BUILD= yes + +PLIST_FILES= bin/vote + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/vote/vote ${STAGEDIR}${PREFIX}/bin + +.include diff --git a/misc/vote/distinfo b/misc/vote/distinfo new file mode 100644 index 000000000000..d9414c8ce104 --- /dev/null +++ b/misc/vote/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668195518 +SHA256 (vote-1.1.tar.gz) = de2ad0d28cf777239fdb7e6c7c44a5dda528283bef6b807ade5ca02246497705 +SIZE (vote-1.1.tar.gz) = 5196 diff --git a/misc/vote/pkg-descr b/misc/vote/pkg-descr new file mode 100644 index 000000000000..c373668d2e00 --- /dev/null +++ b/misc/vote/pkg-descr @@ -0,0 +1 @@ +Transparent git-based vote tool for FreeBSD's teams.