void-packages/srcpkgs/antibody/template

18 lines
502 B
Bash
Raw Normal View History

# Template file for 'antibody'
pkgname=antibody
2017-12-10 19:37:44 +01:00
version=3.4.2
2017-11-10 07:49:15 +01:00
revision=1
build_style=go
go_import_path="github.com/getantibody/antibody"
hostmakedepends="git"
short_desc="Fast and lightweight shell plugin manager"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://getantibody.github.io/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
2017-12-10 19:37:44 +01:00
checksum=65b133e260ec9354b64d799caf7a604ee84779f369bdd2a3f49d0437231c38ec
post_install() {
vlicense LICENSE.md
}