New package: xmirror-0.1

This commit is contained in:
classabbyamp 2023-01-29 18:39:18 -05:00 committed by classabbyamp
parent 597712f067
commit 40f1e1ec33

17
srcpkgs/xmirror/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'xmirror'
pkgname=xmirror
version=0.1
revision=1
build_style=gnu-makefile
depends="bash dialog"
short_desc="Interactive script for changing XBPS mirrors"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-2-Clause"
homepage="https://github.com/void-linux/xmirror"
distfiles="https://github.com/void-linux/xmirror/archive/refs/tags/v${version}.tar.gz"
checksum=0792cc7425bfe46353568de99233d24d7456e0081e0f7947540018f1f831d360
mutable_files="/usr/share/xmirror/mirrors.lst"
post_install() {
vlicense LICENSE
}