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

Morten Linderud foxboron at gemini.archlinux.org
Fri Jan 28 17:17:31 UTC 2022


    Date: Friday, January 28, 2022 @ 17:17:31
  Author: foxboron
Revision: 1118358

archrelease: copy trunk to community-x86_64

Added:
  poke/repos/community-x86_64/PKGBUILD
    (from rev 1118357, poke/trunk/PKGBUILD)
Deleted:
  poke/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 17:17:24 UTC (rev 1118357)
+++ PKGBUILD	2022-01-28 17:17:31 UTC (rev 1118358)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Yunxiang Li <shironeko at waifu.club>
-
-pkgname=poke
-pkgver=1.4
-pkgrel=1
-pkgdesc="Interactive, extensible editor for binary data."
-arch=(x86_64)
-url="http://www.jemarch.net/poke.html"
-license=('GPL3')
-depends=('gc' 'readline' 'gettext' 'json-c')
-makedepends=('help2man')
-checkdepends=('dejagnu')
-source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('ce054df29560c921230132703ee449fe130b6e25ab03aa6cc796bb401506aa24'
-            'SKIP')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    # TODO: This vendors two dependencies I think.
-    ./configure --prefix=/usr
-    make
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    make -k check
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}/" install
-}

Copied: poke/repos/community-x86_64/PKGBUILD (from rev 1118357, poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-28 17:17:31 UTC (rev 1118358)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Yunxiang Li <shironeko at waifu.club>
+
+pkgname=poke
+pkgver=2.0
+pkgrel=1
+pkgdesc="Interactive, extensible editor for binary data."
+arch=(x86_64)
+url="http://www.jemarch.net/poke.html"
+license=('GPL3')
+depends=('gc' 'readline' 'gettext' 'json-c')
+makedepends=('help2man')
+checkdepends=('dejagnu')
+options=('!lto')
+source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
+sha256sums=('5b822bf3e112c9fb5c0c9ab22a30a45a5d5e4d16e3f7436052bb720aa26b9a58'
+            'SKIP')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    # TODO: This vendors two dependencies I think.
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    make -k check
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list