18 lines
454 B
Bash
18 lines
454 B
Bash
# Template file for 'clib'
|
|
pkgname=clib
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
makedepends="libcurl-devel"
|
|
short_desc="C package manager-ish"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/clibs/clib"
|
|
distfiles="https://github.com/clibs/clib/archive/${version}.tar.gz"
|
|
checksum=99640506e1cf69d69451dc5d0db2d8fd169ff8247bda8c6d01dd66e9471ac6a0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|