2018-09-10 06:43:36 +02:00
|
|
|
# Template file for 'archiver'
|
|
|
|
pkgname=archiver
|
2018-12-04 08:27:52 +01:00
|
|
|
version=3.1.1
|
2018-12-16 01:05:27 +01:00
|
|
|
revision=2
|
2018-09-10 06:43:36 +02:00
|
|
|
build_style=go
|
2018-11-08 09:22:49 +01:00
|
|
|
go_import_path=github.com/mholt/archiver
|
|
|
|
go_package="${go_import_path}/cmd/arc"
|
2018-09-10 06:43:36 +02:00
|
|
|
hostmakedepends="git"
|
|
|
|
short_desc="Easily create and extract common archive formats"
|
2019-01-05 20:56:55 +01:00
|
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
2018-09-10 06:43:36 +02:00
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/mholt/archiver"
|
2018-09-11 10:46:42 +02:00
|
|
|
distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
|
2018-12-04 08:27:52 +01:00
|
|
|
checksum=41ec54a7e0165c9bf1a567589a453c243394efff41dc446532f2028d98b476ac
|
2018-09-10 06:43:36 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|