🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: pagan-welcome
pkgver: '1.0'
pkgrel: '3'
pkgdesc: Centrum startowe PaganLinux - nowosci, instalator, aktualizacje, sklep i ustawienia (GTK3)
url: 'https://git.paganlinux.eu/pagan-welcome.git'
arch: x86_64
license:
- GPL-3.0-or-later
depends:
- gtk3
- libnotify
- python
- pag
- polkit
- systemd
makedepends:
- git
- gtk3
- libnotify
- make
- gcc
- pkgconf
source:
- 'https://git.paganlinux.eu/pagan-welcome.git'
sha256sums:
- SKIP
build: |
cd pagan-welcome
# Warstwa GTK3 (C) + pliki towarzyszace. Makefile sam instaluje ikone
# pagan-welcome.png, jesli lezy w zrodlach (jest w repo).
make
make DESTDIR=${PKGDIR} PREFIX=/usr install
# Tekst licencji – wymagany przy redystrybucji (GPL-3.0-or-later).
install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true