vp-build/srcpkgs/antibody/template

18 lines
500 B
Bash

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