23 lines
625 B
Bash
23 lines
625 B
Bash
|
# Template file for 'xq-api'
|
||
|
pkgname=xq-api
|
||
|
version=0.1.1
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path=go.spiff.io/xq-api
|
||
|
conf_files="/etc/sv/xq-api/conf"
|
||
|
make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
|
||
|
short_desc="HTTP-based xbps repodata query API"
|
||
|
maintainer="Noel Cower <ncower@gmail.com>"
|
||
|
license="BSD-2-Clause"
|
||
|
homepage="https://github.com/nilium/xq-api"
|
||
|
distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"
|
||
|
checksum=a2409ff28abc19e2968624105d914c38134a86df29252a7b23b33a531836dadd
|
||
|
system_accounts="_xqapi"
|
||
|
_xqapi_homedir="/var/lib/xq-api"
|
||
|
|
||
|
post_install() {
|
||
|
vman xq-api.8
|
||
|
vlicense COPYING
|
||
|
vsv xq-api
|
||
|
}
|