diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template new file mode 100644 index 00000000000..73d0204a641 --- /dev/null +++ b/srcpkgs/gowall/template @@ -0,0 +1,16 @@ +# Template file for 'gowall' +pkgname=gowall +version=0.2.1 +revision=1 +build_style=go +go_import_path="github.com/Achno/gowall" +short_desc="Tool to convert an image to any color-scheme/pallete" +maintainer="elbachir-one " +license="MIT" +homepage="https://github.com/Achno/gowall" +distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz" +checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e + +post_install() { + vlicense LICENSE +}