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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:56:39 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:56:39
  Author: felixonmars
Revision: 658651

archrelease: copy trunk to community-staging-x86_64

Added:
  e3/repos/community-staging-x86_64/
  e3/repos/community-staging-x86_64/PKGBUILD
    (from rev 658650, e3/trunk/PKGBUILD)

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

Copied: e3/repos/community-staging-x86_64/PKGBUILD (from rev 658650, e3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:56:39 UTC (rev 658651)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=e3
+pkgver=2.82
+pkgrel=4
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=(x86_64)
+url='https://sites.google.com/site/e3editor/'
+license=(GPL2)
+makedepends=(yasm)
+options=(!strip)
+source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz")
+sha256sums=('53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924')
+
+build() {
+  make -C $pkgname-$pkgver clean
+  make -C $pkgname-$pkgver NASM_OR_YASM=yasm 64
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 e3 "$pkgdir/usr/bin/e3"
+  for f in e3ws e3em e3pi e3vi e3ne; do
+    ln -sf /usr/bin/e3 "$pkgdir/usr/bin/$f"
+  done
+  install -Dm644 e3.man "$pkgdir/usr/share/man/man1/e3.1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list