diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template new file mode 100644 index 00000000000..3dad9d7ffd1 --- /dev/null +++ b/srcpkgs/aloadimage/template @@ -0,0 +1,19 @@ +# Template file for 'aloadimage' +pkgname=aloadimage +version=0.5.4.3 +revision=1 +wrksrc=arcan-${version} +build_style=cmake +build_wrksrc=src/tools/aloadimage +hostmakedepends="pkg-config" +makedepends="arcan-devel libseccomp-devel" +short_desc="Image viewer for Arcan" +maintainer="Piraty " +license="3-clause-BSD" +homepage="https://arcan-fe.com/" +distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" +checksum=94a64dbce762c3bf81d3282414ffd337b0eb4b47dbdf35f02c3f5095dabf81cf + +post_install() { + vlicense ../../../COPYING +}