🔒 Repository is read-only – file editing is disabled.

recipes/gui/unoconv/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: unoconv
pkgver: '0.9.0'
pkgrel: '1'
pkgdesc: 'Libreoffice-based document converter'
url: 'http://dag.wiee.rs/home-made/unoconv'
arch: x86_64
depends: []
makedepends:
- asciidoc
- git
- python
- libreoffice

source: []
sha256sums: []
build: |
  git clone https://github.com/unoconv/unoconv.git

  mv unoconv unoconv-${pkgver}
  cd ${pkgname}-${pkgver}

  make DESTDIR=${PKGDIR} install

package: |
  true