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

recipes/utils/modest/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: modest
pkgver: '2540a03'
pkgrel: '3'
pkgdesc: 'Fast HTML renderer implemented as a pure C99 library with no outside dependencies'
url: 'https://github.com/lexborisov/modest'
arch: x86_64
depends: []
makedepends:
- git

source: []
sha256sums: []
build: |
  git clone https://github.com/lexborisov/Modest.git ${pkgname}
  cd "${pkgname}"
  make CFLAGS="$CFLAGS -Wno-variadic-macros -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=unused-function" prefix="/usr"
  make DESTDIR="${PKGDIR}/" prefix="/usr" install

package: |
  true