17 lines
454 B
Bash
17 lines
454 B
Bash
# Template file for 'clib'
|
|
pkgname=clib
|
|
version=2.5.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=74643374883651a272ed8ac8e8a6789c0b4a4b13e20a9d45798fd770821e620d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|