diff --git a/srcpkgs/s/template b/srcpkgs/s/template new file mode 100644 index 00000000000..00b732ee465 --- /dev/null +++ b/srcpkgs/s/template @@ -0,0 +1,17 @@ +# Template file for 's' +pkgname=s +version=0.5.13 +revision=1 +build_style=go +go_import_path="github.com/zquestz/s" +hostmakedepends="git" +short_desc="Web search from the terminal" +maintainer="cr6git " +license="MIT" +homepage="https://github.com/zquestz/s" +distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz" +checksum=aac903c372324b1e57b0c61ba28d2c631ed81cb0e04f085661f2b6c0763ec818 + +post_install() { + vlicense LICENSE +}