Date: Tuesday, May 19, 2020 @ 07:56:29
  Author: foutrelis
Revision: 386075

archrelease: copy trunk to staging-any

Added:
  unoconv/repos/staging-any/
  unoconv/repos/staging-any/PKGBUILD
    (from rev 386074, unoconv/trunk/PKGBUILD)

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

Copied: unoconv/repos/staging-any/PKGBUILD (from rev 386074, 
unoconv/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD                                (rev 0)
+++ staging-any/PKGBUILD        2020-05-19 07:56:29 UTC (rev 386075)
@@ -0,0 +1,26 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: max.bra <max.bra at alice dot it>
+# Contributor: SeeSchloss <[email protected]>
+
+pkgname=unoconv
+pkgver=0.9
+pkgrel=2
+pkgdesc="Libreoffice-based document converter"
+url="http://dag.wiee.rs/home-made/unoconv";
+depends=(python libreoffice)
+makedepends=(asciidoc git)
+arch=(any)
+license=(GPL2)
+_commit=4cf0e54460bf27db8153951a78b3860d4f810fea  # tags/0.9
+source=("git+https://github.com/dagwieers/unoconv#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to