17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'antibody'
|
|
pkgname=antibody
|
|
version=3.4.3
|
|
revision=3
|
|
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=6acc44b1be8efe29260a67fa01f56a9685a2d89b52ef11ec0dc95b171abed7dc
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|