[arch-commits] Commit in modest/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:07:38 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:07:38
Author: felixonmars
Revision: 659567
archrelease: copy trunk to community-staging-x86_64
Added:
modest/repos/community-staging-x86_64/
modest/repos/community-staging-x86_64/PKGBUILD
(from rev 659566, modest/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: modest/repos/community-staging-x86_64/PKGBUILD (from rev 659566, modest/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 17:07:38 UTC (rev 659567)
@@ -0,0 +1,33 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+_commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
+
+pkgname=modest
+pkgver=0.0.6.${_commit:0:7}
+pkgrel=2
+pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside dependencies'
+arch=('x86_64')
+url='https://github.com/lexborisov/modest'
+license=('LGPL2.1')
+makedepends=('git')
+source=("git+${url}#commit=${_commit}")
+md5sums=('SKIP')
+provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
+
+build() {
+ cd "${pkgname}"
+
+ make CFLAGS="$CFLAGS -Wno-variadic-macros" prefix="/usr"
+}
+
+check() {
+ cd "${pkgname}"
+
+ make test
+}
+
+package() {
+ cd "${pkgname}"
+
+ make DESTDIR="${pkgdir}/" prefix="/usr" install
+}
More information about the arch-commits
mailing list