18 lines
543 B
Bash
18 lines
543 B
Bash
|
# 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
|
||
|
}
|