From 77b095186534875cd13c0a82aade7480dbe43959 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 26 Jan 2023 09:39:21 -0500 Subject: [PATCH] New package: sdunpack-0.3.0 --- srcpkgs/sdunpack/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/sdunpack/template diff --git a/srcpkgs/sdunpack/template b/srcpkgs/sdunpack/template new file mode 100644 index 000000000000..a9ebc67defb8 --- /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 +}