diff --git a/srcpkgs/sdunpack/template b/srcpkgs/sdunpack/template new file mode 100644 index 00000000000..a9ebc67defb --- /dev/null +++ b/srcpkgs/sdunpack/template @@ -0,0 +1,15 @@ +# Template file for 'sdunpack' +pkgname=sdunpack +version=0.3.0 +revision=1 +build_style=cargo +short_desc="Unpack a StarDict dictionary as plain text" +maintainer="Joel Beckmeyer " +license="MIT" +homepage="https://github.com/baskerville/sdunpack" +distfiles="https://github.com/baskerville/sdunpack/archive/refs/tags/${version}.tar.gz" +checksum=8398414775b2192e42d97b44b261b13a7500f9aa38ed99e26e150a3aa330ad89 + +post_install() { + vlicense LICENSE +}