19 lines
544 B
Bash
19 lines
544 B
Bash
# Template file for 'archiver'
|
|
pkgname=archiver
|
|
version=2.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/mholt/archiver"
|
|
go_package="${go_import_path}/cmd/archiver"
|
|
hostmakedepends="git"
|
|
short_desc="Easily create and extract common archive formats"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mholt/archiver"
|
|
distfiles="https://github.com/mholt/archiver/archive/${_commit}.tar.gz"
|
|
checksum=78dd79e2b5bd76f5b70120f603a2660e63bbcc2ab30c4e66640a2e4961f94c54
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|