← recipes

Commit a475fb5

0
plików
+0
dodanych
-0
usuniętych
@@ -0,0 +1,20 @@
1 +# PAGBUILD.yaml – nowa receptura. Uzupełnij pkgver, pkgdesc, url,
2 +# źródło (source) i skrypty build/package przed budowaniem.
3 +pkgname: extra-cmake-modules
4 +pkgver: '0.1'
5 +pkgrel: 1
6 +pkgdesc: 'extra-cmake-modules – opis pakietu'
7 +url: 'https://example.com/'
8 +arch: x86_64
9 +depends: []
10 +makedepends: []
11 +source:
12 +- 'https://example.com/${pkgname}-${pkgver}.tar.gz'
13 +sha256sums:
14 +- SKIP
15 +build: |
16 + cd ${pkgname}-${pkgver}
17 + ./configure --prefix=/usr
18 + make
19 +package: |
20 + make DESTDIR=${PKGDIR} install