← recipes

Commit d411a61

0
plików
+0
dodanych
-0
usuniętych
@@ -1,25 +1,25 @@
1 -pkgname: pag
2 -pkgver: '3.3.10a'
3 -pkgrel: '1'
4 -pkgdesc: 'PaganOS package manager – atomowa instalacja, weryfikacja GPG, i18n (PL/EN), rollback'
5 -url: 'https://git.paganlinux.eu/pag'
6 -arch: x86_64
7 -depends:
8 -- python3
9 -makedepends: []
10 -source:
11 -- 'https://git.paganlinux.eu/git/pag/archive?branch=main'
12 -sha256sums:
13 -- SKIP
14 -update: |
15 - curl -fsSL 'https://git.paganlinux.eu/git/pag/archive?branch=main' \
16 - | tar -xzO pag-main/pag 2>/dev/null \
17 - | grep -m1 -oE 'PAG_VERSION = "[0-9.]+"' \
18 - | grep -oE '[0-9.]+'
19 -build: |
20 - cd ${pkgname}-${pkgver}
21 - # Walidacja składni – nie pakuj uszkodzonego/po edycji skryptu
22 - python3 -m py_compile pag
23 - install -Dm755 pag "${PKGDIR}/usr/bin/pag"
24 -package: |
25 - true
1 +pkgname: pag
2 +pkgver: '3.3.16'
3 +pkgrel: '1'
4 +pkgdesc: 'PaganOS package manager – atomowa instalacja, weryfikacja GPG, i18n (PL/EN), rollback'
5 +url: 'https://git.paganlinux.eu/pag'
6 +arch: x86_64
7 +depends:
8 +- python3
9 +makedepends: []
10 +source:
11 +- 'https://git.paganlinux.eu/git/pag/archive?branch=main'
12 +sha256sums:
13 +- SKIP
14 +update: |
15 + curl -fsSL 'https://git.paganlinux.eu/git/pag/archive?branch=main' \
16 + | tar -xzO pag-main/pag 2>/dev/null \
17 + | grep -m1 -oE 'PAG_VERSION = "[0-9.]+"' \
18 + | grep -oE '[0-9.]+'
19 +build: |
20 + cd ${pkgname}-${pkgver}
21 + # Walidacja składni – nie pakuj uszkodzonego/po edycji skryptu
22 + python3 -m py_compile pag
23 + install -Dm755 pag "${PKGDIR}/usr/bin/pag"
24 +package: |
25 + true