[arch-commits] Commit in (aha aha/trunk aha/trunk/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu May 19 16:31:03 UTC 2022


    Date: Thursday, May 19, 2022 @ 16:31:02
  Author: arojas
Revision: 446043

New kinfocenter dependency

Added:
  aha/
  aha/trunk/
  aha/trunk/PKGBUILD

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

Added: aha/trunk/PKGBUILD
===================================================================
--- aha/trunk/PKGBUILD	                        (rev 0)
+++ aha/trunk/PKGBUILD	2022-05-19 16:31:02 UTC (rev 446043)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Étienne Deparis <etienne [at] depar.is>
+# Contributor: Richard Quirk
+
+pkgname=aha
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Ansi HTML Adapter: convert ANSI escape sequences to HTML'
+arch=(x86_64)
+url='https://github.com/theZiz/aha'
+license=(MPL LGPL)
+depends=(glibc)
+source=(https://github.com/theZiz/aha/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6aea13487f6b5c3e453a447a67345f8095282f5acd97344466816b05ebd0b3b1')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+}



More information about the arch-commits mailing list