void-packages/srcpkgs/sdunpack/template

21 lines
544 B
Bash
Raw Normal View History

2023-01-26 15:39:21 +01:00
# 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
2023-04-27 21:25:05 +02:00
post_patch() {
# Upstream does not ship a lockfile yet
cargo generate-lockfile
}
2023-01-26 15:39:21 +01:00
post_install() {
vlicense LICENSE
}