void-packages/srcpkgs/archiver/template
2019-09-18 16:16:43 +02:00

18 lines
541 B
Bash

# Template file for 'archiver'
pkgname=archiver
version=3.2.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.org>"
license="MIT"
homepage="https://github.com/mholt/archiver"
distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
checksum=919182c8a2ae8095b12f059a1b2826107629bd13bdba6a429cb3d97eac6ae065
post_install() {
vlicense LICENSE
}