vp-build/srcpkgs/clib/template

18 lines
448 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.eu>"
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
}