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

recipes/core/samurai/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: samurai
pkgver: '1.3'
pkgrel: '1'
pkgdesc: ninja-compatible build tool written in C
url: 'https://github.com/michaelforney/samurai'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/michaelforney/samurai/archive/${pkgver}.tar.gz'
sha256sums:
- 44ff119a27b343ec47a797fa8701c19b9e672230bc15f3c6a6cede9641ea6332
build: |
  cd ${pkgname}-${pkgver}

  CC=cc make samu
  make DESTDIR=${PKGDIR} PREFIX=/usr install
package: |
  true