initial commit
This commit is contained in:
parent
bfb2f49a3d
commit
e6842f9da4
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
@ -0,0 +1,16 @@
|
|||
pkgbase = tromjaro-mirrorlist
|
||||
pkgdesc = Official mirrorlist of TROMjaro
|
||||
pkgver = 1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/tromsite/tromjaro/mirrorlist-settings
|
||||
install = tromjaro-mirrorlist.install
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = git
|
||||
source = tromjaro-mirrorlist::git+https://gitlab.com/tromsite/tromjaro/mirrorlist-settings.git
|
||||
source = tromjaro-mirrorlist.install
|
||||
sha256sums = SKIP
|
||||
sha256sums = 0675666c8874a416c0a60f16ab9dabb26b37f35fdd6553a5202ecd04e95385d3
|
||||
|
||||
pkgname = tromjaro-mirrorlist
|
||||
|
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*
|
||||
|
||||
!README.md
|
||||
!tromjaro-mirrorlist.install
|
||||
!.SRCINFO
|
||||
!.git
|
||||
!.gitignore
|
11
tromjaro-mirrorlist.install
Normal file
11
tromjaro-mirrorlist.install
Normal file
|
@ -0,0 +1,11 @@
|
|||
post_install() {
|
||||
sed -i '/TROMrepo/,+2d' /etc/pacman.conf
|
||||
sed -i '$a\
|
||||
[TROMrepo]\
|
||||
SigLevel = Never\
|
||||
Include = /etc/pacman.d/tromjaro-mirrorlist' /etc/pacman.conf
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user