This commit is contained in:
parent
fa622d31ed
commit
fc8212c51e
22 changed files with 383 additions and 2 deletions
17
srcpkgs/hctl/template
Normal file
17
srcpkgs/hctl/template
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'hctl'
|
||||
pkgname=hctl
|
||||
version=0.2.5
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="CLI tool to merge hostlists for dns blocker like pihole"
|
||||
maintainer="ITmodulo <itmodulo@disroot.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/michalszmidt/hctl"
|
||||
distfiles="https://github.com/michalszmidt/hctl/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=d9a67093de0d9de99d3241a031ead07ac11db783e7a190389a879fa9f3360616
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
Reference in a new issue