[arch-commits] Commit in hq/repos (community-x86_64 community-x86_64/PKGBUILD)

Robin Broda coderobe at archlinux.org
Thu Oct 18 21:17:13 UTC 2018


    Date: Thursday, October 18, 2018 @ 21:17:13
  Author: coderobe
Revision: 396136

archrelease: copy trunk to community-x86_64

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

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

Copied: hq/repos/community-x86_64/PKGBUILD (from rev 396135, hq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-18 21:17:13 UTC (rev 396136)
@@ -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