18 lines
500 B
Bash
18 lines
500 B
Bash
# Template file for 'antibody'
|
|
pkgname=antibody
|
|
version=3.5.1
|
|
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=ee0f73041a4e4b6dad8a6704430f84cd58e0894fee547a6c302a80f49833175b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|