void-packages/srcpkgs/antibody/template
maxice8 c81d199eae antibody: update to 3.5.0.
Closes #14940.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 13:51:23 +02:00

17 lines
500 B
Bash

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