void-packages/srcpkgs/antibody/template
2020-02-19 19:51:08 +01:00

18 lines
500 B
Bash

# Template file for 'antibody'
pkgname=antibody
version=4.3.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=b69b2b90914e03f4a54453d740345cad222b379c366ec3788f4fdf4b1f01ac64
post_install() {
vlicense LICENSE.md
}