[arch-commits] Commit in chafa/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 31 08:08:25 UTC 2019
Date: Thursday, October 31, 2019 @ 08:08:25
Author: arojas
Revision: 521024
archrelease: copy trunk to community-staging-x86_64
Added:
chafa/repos/community-staging-x86_64/
chafa/repos/community-staging-x86_64/PKGBUILD
(from rev 521023, chafa/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: chafa/repos/community-staging-x86_64/PKGBUILD (from rev 521023, chafa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-10-31 08:08:25 UTC (rev 521024)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=chafa
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
+arch=("x86_64")
+url="https://hpjansson.org/chafa/"
+depends=('imagemagick' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
+sha512sums=('71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e'
+ 'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7') # Hans Petter Jansson
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --enable-man
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list