blob: 5b13f71a9a91d1b03e2fb32106f12d248bb7edd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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=3
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"
}
|