void-packages/srcpkgs/archiver/template
Érico Rolim 37949a221f archiver: fix go_import_path.
This template was building v1 of archiver, which it cloned at build
time.
2021-02-21 16:23:33 -03:00

19 lines
544 B
Bash

# Template file for 'archiver'
pkgname=archiver
version=3.5.0
revision=2
build_style=go
go_import_path=github.com/mholt/archiver/v3
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=8f2e3ad68553f6b58bf99e8635ff0953f62ff0a7804da7658954ffaa7d0aaa0a
post_install() {
vlicense LICENSE
}