vp-build/srcpkgs/antibody/template

17 lines
492 B
Bash

# Template file for 'antibody'
pkgname=antibody
version=6.1.1
revision=1
build_style=go
go_import_path=github.com/getantibody/antibody
short_desc="Fast and lightweight shell plugin manager"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://getantibody.github.io/"
distfiles="https://github.com/getantibody/antibody/archive/v${version}.tar.gz"
checksum=87bced5fba8cf5d587ea803d33dda72e8bcbd4e4c9991a9b40b2de4babbfc24f
post_install() {
vlicense LICENSE.md
}