diff --git a/srcpkgs/pet/template b/srcpkgs/pet/template new file mode 100644 index 00000000000..bf9cc08b037 --- /dev/null +++ b/srcpkgs/pet/template @@ -0,0 +1,18 @@ +# Template file for 'pet' +pkgname=pet +version=1.0.1 +revision=1 +build_style=go +go_import_path="github.com/knqyf263/pet" +go_ldflags="-X ${go_import_path}/cmd.version=${version}" +short_desc="Simple command-line snippet manager" +maintainer="Mihail Ivanchev " +license="MIT" +homepage="https://github.com/knqyf263/pet" +changelog="https://github.com/knqyf263/pet/releases" +distfiles="https://github.com/knqyf263/pet/archive/refs/tags/v${version}.tar.gz" +checksum=b829628445b8a7039f0211fd74decee41ee5eb1c28417a4c8d8fca99de59091f + +post_install() { + vlicense LICENSE +}