Date: Tuesday, July 7, 2020 @ 16:13:22
  Author: felixonmars
Revision: 659171

archrelease: copy trunk to community-staging-any

Added:
  flim/repos/community-staging-any/
  flim/repos/community-staging-any/PKGBUILD
    (from rev 659170, flim/trunk/PKGBUILD)

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

Copied: flim/repos/community-staging-any/PKGBUILD (from rev 659170, 
flim/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-07-07 16:13:22 UTC (rev 659171)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Norberto Lopes <shel...@mail.telepac.pt>
+# Maintainer: Stefan Husmann <stefan-husm...@t-online.de>
+
+pkgname=flim
+pkgver=1.14.9
+_commit=e4bd54fd7d335215b54f7ef27ed974c8cd68d472
+pkgrel=8
+pkgdesc="A library to provide basic features about message representation or 
encoding."
+arch=('any')
+url="https://github.com/wanderlust/flim";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/flim#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname
+  make install PREFIX="$pkgdir"/usr
+}

Reply via email to