15bdf97929
Closes: #13807 [via git-merge-pr]
17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'antibody'
|
|
pkgname=antibody
|
|
version=3.4.5
|
|
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=affd74144426ee11a8605427a387a6a704ad5a28a11c08b17007a16f78a221de
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|