void-packages/srcpkgs/antibody/template
2017-11-21 11:50:27 +01:00

17 lines
502 B
Bash

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