18 lines
541 B
Bash
18 lines
541 B
Bash
# Template file for 'archiver'
|
|
pkgname=archiver
|
|
version=3.3.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=c8e88340e80b428c1a1c9734084395b473c9458fcea8b8b5126a9db96ae45844
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|