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

recipes/utils/md4c/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: md4c
pkgver: '0.5.3'
pkgrel: '1'
pkgdesc: C Markdown parser
url: 'https://github.com/mity/md4c'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- cmake
source:
- 'https://github.com/mity/md4c/archive/release-${pkgver}.tar.gz'
sha256sums:
- 353c346f376b87c954a13f3415ede2d51264cc61dc5abcd38ff1d2aa0d059b9e
build: |
  cmake -B build -S ${pkgname}-release-${pkgver} \
  -DCMAKE_INSTALL_PREFIX=/usr

  cmake --build build

  DESTDIR=${PKGDIR} cmake --install build
  install -Dm644 ${pkgname}-release-${pkgver}/LICENSE.md -t \
  ${PKGDIR}/usr/share/licenses/${pkgname}/
package: |
  true