[arch-commits] Commit in xchm/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 8 16:35:00 UTC 2022


    Date: Friday, July 8, 2022 @ 16:35:00
  Author: arojas
Revision: 1248716

archrelease: copy trunk to community-staging-x86_64

Added:
  xchm/repos/community-staging-x86_64/
  xchm/repos/community-staging-x86_64/PKGBUILD
    (from rev 1248715, xchm/trunk/PKGBUILD)

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

Copied: xchm/repos/community-staging-x86_64/PKGBUILD (from rev 1248715, xchm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-07-08 16:35:00 UTC (rev 1248716)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=xchm
+pkgver=1.32
+pkgrel=3
+pkgdesc='Viewer for CHM files (GUI front-end to chmlib)'
+arch=('x86_64')
+url='https://github.com/rzvncj/xCHM'
+license=('GPL2')
+depends=('chmlib' 'wxwidgets-gtk3')
+source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b225adf2da99ab26b039d675c446018bb33815f47aae898cf0bc18cb4ef5222c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list