17 lines
449 B
Bash
17 lines
449 B
Bash
# Template file for 'clib'
|
|
pkgname=clib
|
|
version=1.8.1
|
|
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/1.8.1.tar.gz"
|
|
checksum=f5718e316771571971cb4e5a0142f91b47c6bfe32997fd869fc5a90ec091a066
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|