New Package: xrankmirrors-2023.01.28_1
This commit is contained in:
parent
e1d7ec7921
commit
743df07d07
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xrankmirrors/template
Normal file
21
srcpkgs/xrankmirrors/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'xrankmirrors'
|
||||
pkgname=xrankmirrors
|
||||
version=2023.01.28
|
||||
revision=1
|
||||
repository="cereus-core"
|
||||
hostmakedepends="git"
|
||||
depends="fzf wget"
|
||||
short_desc="Tool which rank and set XBPS mirrors"
|
||||
maintainer="KF-Art <kevinfigueroart@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/CereusLinuxProject/xrankmirrors"
|
||||
changelog="${homepage}/commits/main"
|
||||
|
||||
do_fetch() {
|
||||
git clone ${homepage} ${wrksrc}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
vbin xrankmirrors
|
||||
}
|
Loading…
Add table
Reference in a new issue