void-packages/srcpkgs/antibody/template

18 lines
502 B
Bash
Raw Normal View History

# Template file for 'antibody'
pkgname=antibody
2017-10-19 19:28:59 +02:00
version=3.3.3
2017-10-26 10:35:55 +02:00
revision=2
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-10-19 19:28:59 +02:00
checksum=3c74dfaaae567b3ae57f71e178dfd9149deae17e34a068056a64b72a726d60a0
post_install() {
vlicense LICENSE.md
}