2017-09-23 22:15:40 +02:00
|
|
|
# Template file for 'antibody'
|
|
|
|
pkgname=antibody
|
2017-12-18 09:45:38 +01:00
|
|
|
version=3.4.3
|
2018-02-23 04:56:01 +01:00
|
|
|
revision=3
|
2017-09-23 22:15:40 +02:00
|
|
|
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"
|
2017-12-18 09:45:38 +01:00
|
|
|
checksum=6acc44b1be8efe29260a67fa01f56a9685a2d89b52ef11ec0dc95b171abed7dc
|
2017-09-23 22:15:40 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
}
|