diff --git a/srcpkgs/cstow/template b/srcpkgs/cstow/template new file mode 100644 index 00000000000000..df741b901eed65 --- /dev/null +++ b/srcpkgs/cstow/template @@ -0,0 +1,24 @@ +# Template file for 'cstow' +pkgname=cstow +version=1.0.2 +revision=1 +build_style=gnu-makefile +short_desc="GNU Stow clone implemented in C" +maintainer="Gornak40 " +license="BSD-3-Clause" +homepage="https://github.com/adolfopa/cstow" +distfiles="https://github.com/adolfopa/cstow/archive/refs/tags/v${version}.tar.gz" +checksum=d22fc3975ab64da43a0e634bb11bbe11e5feab2d3e7eb0a899903e6313558309 + +do_check() { + make test +} + +do_install() { + vbin cstow +} + +post_install() { + vlicense LICENSE + vman cstow.1 +}