[arch-commits] Commit in (hq hq/repos hq/trunk hq/trunk/PKGBUILD)
Robin Broda
coderobe at archlinux.org
Thu Oct 18 21:10:08 UTC 2018
Date: Thursday, October 18, 2018 @ 21:10:08
Author: coderobe
Revision: 396135
add hq
Added:
hq/
hq/repos/
hq/trunk/
hq/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: hq/trunk/PKGBUILD
===================================================================
--- hq/trunk/PKGBUILD (rev 0)
+++ hq/trunk/PKGBUILD 2018-10-18 21:10:08 UTC (rev 396135)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+pkgname=hq
+pkgver=1.0
+pkgrel=1
+pkgdesc='HTML processor inspired by jq'
+arch=('x86_64')
+url='https://github.com/coderobe/hq'
+license=('AGPL3')
+depends=('modest')
+makedepends=('git' 'meson')
+source=("git+${url}#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+ cd "${pkgname}"
+
+ arch-meson build
+ ninja -C build
+}
+
+package() {
+ cd "${pkgname}"
+
+ install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
+}
More information about the arch-commits
mailing list