New package: sdunpack-0.3.0

This commit is contained in:
Joel Beckmeyer 2023-01-26 09:39:21 -05:00 committed by Duncan Overbruck
parent 9e54bb99c6
commit 768621c976

15
srcpkgs/sdunpack/template Normal file
View file

@ -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 <joel@beckmeyer.us>"
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
}