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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 21:21:07 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:21:06
  Author: felixonmars
Revision: 660354

archrelease: copy trunk to community-staging-x86_64

Added:
  hexer/repos/community-staging-x86_64/
  hexer/repos/community-staging-x86_64/PKGBUILD
    (from rev 660353, hexer/trunk/PKGBUILD)

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

Copied: hexer/repos/community-staging-x86_64/PKGBUILD (from rev 660353, hexer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 21:21:06 UTC (rev 660354)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=hexer
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='Multi buffer editor for binary files with vi-like interface'
+url='https://devel.ringlet.net/editors/hexer/'
+arch=('x86_64')
+license=('custom')
+depends=('ncurses')
+source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('41b20dfbef8d979ad3ca1b8b0447ae9fcfe51c317ebbcc95f31cde4b08c15fb4'
+            'SKIP')
+sha512sums=('bc26d2dc7cb89555769b950af35e65ae9650cce315b47d360e564eeb4353a90064d60eb340aea00151944602ef4fe9635bd2a131024b072336da1e36b365da06'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list