void-packages/srcpkgs/antibody/template
2018-07-28 20:12:24 -03:00

17 lines
500 B
Bash

# Template file for 'antibody'
pkgname=antibody
version=3.6.1
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"
checksum=5971c251c43375ea5de9334cdbb1e4a1da500e03ecd63372c1c11f68f0364fe2
post_install() {
vlicense LICENSE.md
}