diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-28 16:29:28 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-28 16:29:28 +0200 |
| commit | 60973f87e140e0f370049f86bbce1e841f0416c5 (patch) | |
| tree | 44165fac889745cdbb5cd3c3f144f05ee2411950 /raveos-mirrorlist/PKGBUILD | |
| parent | f75f64ad99a0c70b3a365c07ff513f341ba47b43 (diff) | |
| download | RaveOS-PKGBUILD-60973f87e140e0f370049f86bbce1e841f0416c5.tar.gz RaveOS-PKGBUILD-60973f87e140e0f370049f86bbce1e841f0416c5.zip | |
new settings
Diffstat (limited to 'raveos-mirrorlist/PKGBUILD')
| -rw-r--r-- | raveos-mirrorlist/PKGBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/raveos-mirrorlist/PKGBUILD b/raveos-mirrorlist/PKGBUILD new file mode 100644 index 0000000..2660c38 --- /dev/null +++ b/raveos-mirrorlist/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: RaveOS Team +# +# raveos-mirrorlist +# ------------------ +# A raveos-core-repo elsodleges + tartalek (GitHub Releases) szerverlistaja. +# Telepiteskor/frissiteskor a .install script automatikusan atallitja a +# meglevo /etc/pacman.conf [raveos-core-repo] szekciojat inline Server= +# sorrol Include=-ra, hogy a mar telepitett rendszerek is megkapjak a +# GitHub tartalek mirrort - de csak akkor, ha a fajl meg a regi, eredeti +# allapotban van (kezzel modositott configot nem nyul). + +pkgname=raveos-mirrorlist +pkgver=1.0.0 +pkgrel=1 +pkgdesc="RaveOS core-repo mirrorlist (elsodleges + GitHub tartalek szerver)" +arch=('any') +url="https://git.rp1.hu/RaveOS" +license=('GPL') +backup=('etc/pacman.d/raveos-core-mirrorlist') +install=raveos-mirrorlist.install +source=() +sha256sums=() + +package() { + install -Dm644 "${startdir}/raveos-core-mirrorlist" \ + "${pkgdir}/etc/pacman.d/raveos-core-mirrorlist" +} |