diff --git a/srcpkgs/mpqtool/template b/srcpkgs/mpqtool/template new file mode 100644 index 00000000000..0fbc16bbb65 --- /dev/null +++ b/srcpkgs/mpqtool/template @@ -0,0 +1,16 @@ +# Template file for 'mpqtool' +pkgname=mpqtool +version=0.1.3 +revision=1 +wrksrc="ceres-mpqtool-${version}" +build_style=cargo +short_desc="CLI utility for reading and writing Blizzard's MPQ archive files" +maintainer="Anachron " +license="MIT" +homepage="https://github.com/ceres-wc3/ceres-mpqtool" +distfiles="https://github.com/ceres-wc3/ceres-mpqtool/archive/v${version}.tar.gz" +checksum="89596a3a06abfd0de7cb6259f6a548c2e621715cc548e2211243d029cdd053da" + +post_install() { + vlicense LICENSE +}