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

Orhun Parmaksiz orhun at gemini.archlinux.org
Fri Aug 26 01:32:18 UTC 2022


    Date: Friday, August 26, 2022 @ 01:32:18
  Author: orhun
Revision: 1280664

archrelease: copy trunk to community-x86_64

Added:
  fq/repos/community-x86_64/PKGBUILD
    (from rev 1280663, fq/trunk/PKGBUILD)
Deleted:
  fq/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 01:31:54 UTC (rev 1280663)
+++ PKGBUILD	2022-08-26 01:32:18 UTC (rev 1280664)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Daniel Milde <daniel at milde dot cz>
-
-pkgname=fq
-pkgver=0.0.8
-pkgrel=1
-pkgdesc="Tool, language and decoders for inspecting binary data"
-arch=('x86_64')
-url="https://github.com/wader/fq"
-license=('MIT')
-depends=('glibc')
-checkdepends=('expect')
-makedepends=('go' 'git')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5850801e8396cc75ebee8999a113ab55c00682d9d625a51f8f1d89b47cba7f5e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -p dist/
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  go build \
-    -trimpath \
-    -buildmode=pie \
-    -mod=readonly \
-    -modcacherw \
-    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" \
-    -o dist/fq \
-    .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "dist/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE  -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fq/repos/community-x86_64/PKGBUILD (from rev 1280663, fq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-26 01:32:18 UTC (rev 1280664)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Daniel Milde <daniel at milde dot cz>
+
+pkgname=fq
+pkgver=0.0.9
+pkgrel=1
+pkgdesc="Tool, language and decoders for inspecting binary data"
+arch=('x86_64')
+url="https://github.com/wader/fq"
+license=('MIT')
+depends=('glibc')
+checkdepends=('expect')
+makedepends=('go' 'git')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('abcc1292af007b8405cc924e3db0dc4e1838c6a851661f6388dce1a35fa7e8b6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -p dist/
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  go build \
+    -trimpath \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" \
+    -o dist/fq \
+    .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "dist/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE  -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list