[arch-commits] Commit in edbrowse/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Dec 6 18:08:31 UTC 2019
Date: Friday, December 6, 2019 @ 18:08:30
Author: arojas
Revision: 535926
archrelease: copy trunk to community-staging-x86_64
Added:
edbrowse/repos/community-staging-x86_64/
edbrowse/repos/community-staging-x86_64/PKGBUILD
(from rev 535924, edbrowse/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: edbrowse/repos/community-staging-x86_64/PKGBUILD (from rev 535924, edbrowse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-12-06 18:08:30 UTC (rev 535926)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter <alad (at) mailbox.org>
+# Contributor: Chris Brannon <cmbrannon (at) cox.net>
+# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
+# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
+# Contributor: aksr <aksr at t-com dot me>
+pkgname=edbrowse
+pkgver=3.7.5.1
+pkgrel=2
+_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='https://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+ cd "$pkgname-$pkgver"
+ make CFLAGS="$CFLAGS -I/usr/include/tidy" all
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+ install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+ install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+ install -Dm644 doc/usersguide.html doc/sample.ebrc -t "$pkgdir/usr/share/doc/edbrowse"
+ install -Dm644 doc/man-edbrowse-debian.1 -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+
More information about the arch-commits
mailing list