void-packages/srcpkgs/mpqtool/template
2020-02-07 19:23:38 +01:00

16 lines
505 B
Bash

# 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 <gith@cron.world>"
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
}