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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:02:01 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:02:00
  Author: felixonmars
Revision: 658684

archrelease: copy trunk to community-staging-x86_64

Added:
  shhmsg/repos/community-staging-x86_64/
  shhmsg/repos/community-staging-x86_64/PKGBUILD
    (from rev 658683, shhmsg/trunk/PKGBUILD)

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

Copied: shhmsg/repos/community-staging-x86_64/PKGBUILD (from rev 658683, shhmsg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 14:02:00 UTC (rev 658684)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="Library for displaying messages"
+arch=('x86_64')
+url="https://shh.thathost.com/pub-unix"
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('30cab93040d2892539847437b7246b8b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" dep
+  make OPTIM="$CFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+
+  for i in ChangeLog CREDITS INSTALL README; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}



More information about the arch-commits mailing list