18 lines
556 B
Bash
18 lines
556 B
Bash
# Template file for 'sklogw'
|
|
pkgname=sklogw
|
|
version=0.1
|
|
revision=1
|
|
short_desc="A simple cache for dns query"
|
|
maintainer="xant0me <xant0me@openmailbox.org>"
|
|
license="MIT"
|
|
homepage="https://framagit.org/xant0me/cache_dns"
|
|
distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz"
|
|
checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04"
|
|
build_style="gnu-makefile"
|
|
wrksrc="cache_dns-v0.1-e3aff30a1afa1819384cb66ac0252f472d45bb9a"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsv sklogw
|
|
}
|