[arch-commits] Commit in hq/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:08:17 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:08:16
  Author: felixonmars
Revision: 659576

archrelease: copy trunk to community-staging-x86_64

Added:
  hq/repos/community-staging-x86_64/
  hq/repos/community-staging-x86_64/PKGBUILD
    (from rev 659575, hq/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: hq/repos/community-staging-x86_64/PKGBUILD (from rev 659575, hq/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:08:16 UTC (rev 659576)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+pkgname=hq
+pkgver=3.1
+pkgrel=2
+pkgdesc='HTML processor inspired by jq'
+arch=('x86_64')
+url='https://github.com/coderobe/hq'
+license=('AGPL3')
+depends=('gcc-libs' '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