[arch-commits] Commit in zutty/repos/community-x86_64 (PKGBUILD)

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


    Date: Thursday, April 8, 2021 @ 15:25:04
  Author: arodseth
Revision: 914752

archrelease: copy trunk to community-x86_64

Added:
  zutty/repos/community-x86_64/PKGBUILD
    (from rev 914751, zutty/trunk/PKGBUILD)

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

Copied: zutty/repos/community-x86_64/PKGBUILD (from rev 914751, zutty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-08 15:25:04 UTC (rev 914752)
@@ -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