# Template file for 'archiver'
pkgname=archiver
version=3.0.0
revision=1
build_style=go
go_import_path=github.com/mholt/archiver
go_package="${go_import_path}/cmd/arc"
hostmakedepends="git"
short_desc="Easily create and extract common archive formats"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://github.com/mholt/archiver"
distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
checksum=48f5f81fba6ebb985ee9a7342b61de62f3882f3cf0fead86ac60bfd97b7b1bd3
post_install() {
vlicense LICENSE
}