[arch-commits] Commit in aha (repos repos/extra-x86_64 repos/extra-x86_64/PKGBUILD)

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


    Date: Thursday, May 19, 2022 @ 16:31:13
  Author: arojas
Revision: 446044

archrelease: copy trunk to extra-x86_64

Added:
  aha/repos/
  aha/repos/extra-x86_64/
  aha/repos/extra-x86_64/PKGBUILD
    (from rev 446043, aha/trunk/PKGBUILD)

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

Copied: aha/repos/extra-x86_64/PKGBUILD (from rev 446043, aha/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2022-05-19 16:31:13 UTC (rev 446044)
@@ -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