[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at archlinux.org
Thu Apr 8 15:24:53 UTC 2021


    Date: Thursday, April 8, 2021 @ 15:24:53
  Author: arodseth
Revision: 914751

Add the Zutty terminal emulator

Added:
  zutty/
  zutty/repos/
  zutty/repos/community-x86_64/
  zutty/trunk/
  zutty/trunk/PKGBUILD

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

Added: zutty/trunk/PKGBUILD
===================================================================
--- zutty/trunk/PKGBUILD	                        (rev 0)
+++ zutty/trunk/PKGBUILD	2021-04-08 15:24:53 UTC (rev 914751)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=zutty
+pkgver=0.8
+pkgrel=1
+pkgdesc='Terminal emulator'
+arch=(x86_64)
+url='https://tomscii.sig7.se/zutty'
+license=(GPL3)
+depends=(freetype2 libglvnd libxmu)
+makedepends=(git python)
+source=('git+https://github.com/tomszilagyi/zutty#commit=56e46c757e18b20510842cbe243f501259a62141') # tag: 0.8
+sha256sums=('SKIP')
+
+build() {
+  cd zutty
+  python ./waf configure --prefix=/usr
+  python ./waf build
+}
+
+package() {
+  cd zutty
+  python ./waf --destdir="$pkgdir" install
+}



More information about the arch-commits mailing list