diff --git a/srcpkgs/xrankmirrors/INSTALL.msg b/srcpkgs/xrankmirrors/INSTALL.msg new file mode 100644 index 0000000..84c365b --- /dev/null +++ b/srcpkgs/xrankmirrors/INSTALL.msg @@ -0,0 +1 @@ +For the desktop launcher to work, you will also need to install Polkit. diff --git a/srcpkgs/xrankmirrors/template b/srcpkgs/xrankmirrors/template index 4d76c3a..25cd790 100644 --- a/srcpkgs/xrankmirrors/template +++ b/srcpkgs/xrankmirrors/template @@ -1,12 +1,12 @@ # Template file for 'xrankmirrors' pkgname=xrankmirrors -version=2023.01.28 +version=2023.02.14 revision=1 repository="cereus-core" hostmakedepends="git" -depends="fzf wget" -short_desc="Tool which rank and set XBPS mirrors" -maintainer="KF-Art " +depends="fzf wget curl dialog" +short_desc="Rank and set XBPS mirrors" +maintainer="Kevin F. " license="MIT" homepage="https://github.com/CereusLinuxProject/xrankmirrors" changelog="${homepage}/commits/main" @@ -18,4 +18,6 @@ do_fetch() { do_install() { vlicense LICENSE vbin xrankmirrors + vinstall xrankmirrors.desktop 644 usr/share/applications/ + vinstall desktop-open.sh 755 usr/share/xrankmirrors/ }