19 lines
540 B
Bash
19 lines
540 B
Bash
# Template file for 'archiver'
|
|
pkgname=archiver
|
|
version=3.1.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=a58ec07f7d383cd0a1b0734a9c16da4c0716e386a6df6860d041405dd4f73c6a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|