[arch-commits] Commit in emacs-apel/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 18:16:55 UTC 2020
Date: Tuesday, July 7, 2020 @ 18:16:54
Author: felixonmars
Revision: 660068
archrelease: copy trunk to community-staging-any
Added:
emacs-apel/repos/community-staging-any/
emacs-apel/repos/community-staging-any/PKGBUILD
(from rev 660067, emacs-apel/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: emacs-apel/repos/community-staging-any/PKGBUILD (from rev 660067, emacs-apel/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 18:16:54 UTC (rev 660068)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ismael Barros (RazZziel) <razielmine at gmail.com>
+
+pkgname=emacs-apel
+pkgver=10.8.20170122
+_commit=339eb28ffae3165255a79de9b1fd362f43cd37c3
+pkgrel=2
+pkgdesc="A library for making portable Emacs Lisp programs."
+arch=(any)
+url="https://github.com/wanderlust/apel"
+license=('GPL')
+depends=('emacs')
+makedepends=('git')
+source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=${_commit}")
+md5sums=('SKIP')
+
+build() {
+ cd "$srcdir"/apel-$pkgver
+ make
+}
+
+package() {
+ cd "$srcdir"/apel-$pkgver
+ make install PREFIX="$pkgdir"/usr
+}
More information about the arch-commits
mailing list