[arch-commits] Commit in lowdown/repos/community-x86_64 (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Sun May 29 02:00:48 UTC 2022
Date: Sunday, May 29, 2022 @ 02:00:47
Author: grawlinson
Revision: 1212864
archrelease: copy trunk to community-x86_64
Added:
lowdown/repos/community-x86_64/PKGBUILD
(from rev 1212863, lowdown/trunk/PKGBUILD)
Deleted:
lowdown/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-29 02:00:06 UTC (rev 1212863)
+++ PKGBUILD 2022-05-29 02:00:47 UTC (rev 1212864)
@@ -1,55 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Adrián Pérez de Castro <aperez at igalia.com>
-
-pkgname=lowdown
-pkgdesc="A simple Markdown translator"
-pkgver=0.11.2
-pkgrel=1
-license=('ISC')
-url="https://kristaps.bsd.lv/lowdown"
-arch=('x86_64')
-depends=('glibc' 'libmd')
-makedepends=('git')
-_commit='cc1cb9849e84265e21c6c659f3edab5c8058894f'
-source=("$pkgname::git+https://github.com/kristapsdz/lowdown.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed -e 's/^VERSION_//' -e 's/_/./g'
-}
-
-build () {
- cd "$pkgname"
-
- ./configure \
- PREFIX=/usr \
- MANDIR=/usr/share/man
-
- # ensure LDFLAGS is passed correctly
- sed -i "s/^LDFLAGS.*/LDFLAGS = $LDFLAGS/" Makefile.configure
-
- make
-}
-
-check () {
- make -C "$pkgname" regress
-}
-
-package () {
- cd "$pkgname"
-
- # package
- make DESTDIR="$pkgdir" \
- install \
- install_lib_common \
- install_shared
-
- # symlink unversioned to versioned shared library
- local LIBVER=$(grep "^LIBVER" Makefile | sed "s/.*= //")
- ln -sf "/usr/lib/liblowdown.so.$LIBVER" "$pkgdir/usr/lib/liblowdown.so"
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}
Copied: lowdown/repos/community-x86_64/PKGBUILD (from rev 1212863, lowdown/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-29 02:00:47 UTC (rev 1212864)
@@ -0,0 +1,55 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Adrián Pérez de Castro <aperez at igalia.com>
+
+pkgname=lowdown
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A simple Markdown translator'
+arch=('x86_64')
+url='https://kristaps.bsd.lv/lowdown'
+license=('ISC')
+depends=('glibc' 'libmd')
+makedepends=('git')
+_commit='edca6ce6d5336efb147321a43c47a698de41bb7c'
+source=("$pkgname::git+https://github.com/kristapsdz/lowdown.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed -e 's/^VERSION_//' -e 's/_/./g'
+}
+
+build () {
+ cd "$pkgname"
+
+ ./configure \
+ PREFIX=/usr \
+ MANDIR=/usr/share/man
+
+ # ensure LDFLAGS is passed correctly
+ sed -i "s/^LDFLAGS.*/LDFLAGS = $LDFLAGS/" Makefile.configure
+
+ make
+}
+
+check () {
+ make -C "$pkgname" regress
+}
+
+package () {
+ cd "$pkgname"
+
+ # package
+ make DESTDIR="$pkgdir" \
+ install \
+ install_lib_common \
+ install_shared
+
+ # symlink unversioned to versioned shared library
+ local LIBVER=$(grep "^LIBVER" Makefile | sed "s/.*= //")
+ ln -sf "/usr/lib/liblowdown.so.$LIBVER" "$pkgdir/usr/lib/liblowdown.so"
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}
More information about the arch-commits
mailing list