void-packages/srcpkgs/antibody/template
maxice8 e4197a5d55 antibody: update to 3.4.6.
Closes #14467.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-17 14:29:11 +02:00

17 lines
502 B
Bash

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