← recipes

Commit 4dac35d

0
plików
+0
dodanych
-0
usuniętych
@@ -0,0 +1,35 @@
1 +pkgname: pagan-welcome
2 +pkgver: '1.0'
3 +pkgrel: '1'
4 +pkgdesc: Centrum startowe PaganLinux - nowosci, instalator, aktualizacje, sklep i ustawienia (GTK3)
5 +url: 'https://git.paganlinux.eu/pagan-welcome.git'
6 +arch: x86_64
7 +license:
8 +- Custom
9 +depends:
10 +- gtk3
11 +- libnotify
12 +- python
13 +- pag
14 +- polkit
15 +- systemd
16 +makedepends:
17 +- git
18 +- gtk3
19 +- libnotify
20 +- make
21 +- gcc
22 +- pkgconf
23 +source:
24 +- 'https://git.paganlinux.eu/pagan-welcome.git'
25 +sha256sums:
26 +- SKIP
27 +build: |
28 + cd pagan-welcome
29 +
30 + # Warstwa GTK3 (C) + pliki towarzyszace. Makefile sam instaluje ikone
31 + # pagan-welcome.png, jesli lezy w zrodlach (jest w repo).
32 + make
33 + make DESTDIR=${PKGDIR} PREFIX=/usr install
34 +package: |
35 + true