19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'archiver'
|
|
pkgname=archiver
|
|
version=3.1.1
|
|
revision=2
|
|
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=41ec54a7e0165c9bf1a567589a453c243394efff41dc446532f2028d98b476ac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|