void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 286521f4426202726397c53bc889e9b6a940bb52
parent d061264a5c223f5f9511122a99e38d27c52f931b
Author: Dash Eclipse <dash@ezup.dev>
Date:   Tue, 29 Sep 2020 14:10:01 +0000

New package: stagit-gopher

Diffstat:
MREADME | 1+
Asrcpkgs/stagit-gopher/template | 17+++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -26,6 +26,7 @@ New packages scroll #git sls #security_risk softethervpn #nocross + stagit-gopher swaylock-effects trojan wshowkeys #git #nocross diff --git a/srcpkgs/stagit-gopher/template b/srcpkgs/stagit-gopher/template @@ -0,0 +1,17 @@ +# Template file for 'stagit-gopher' +pkgname=stagit-gopher +version=0.9.4 +revision=1 +build_style=gnu-makefile +make_install_args="MANPREFIX=/usr/share/man" +makedepends="libgit2-devel" +short_desc="Static git page generator for gopher" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="MIT" +homepage="https://codemadness.org/stagit-gopher.html" +distfiles="https://codemadness.org/releases/stagit-gopher/${pkgname}-${version}.tar.gz" +checksum=afcbf4ddcd88454ff239b892365f5b0df8de442474e06b60adb0f94d45a3cd73 + +post_install() { + vlicense LICENSE +}