18 lines
543 B
Bash
18 lines
543 B
Bash
# Template file for 'xmirror'
|
|
pkgname=xmirror
|
|
version=0.2
|
|
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=10d5a6f9534469b825c00308ba638d52d841193bad4f8f08afded98cd5686342
|
|
mutable_files="/usr/share/xmirror/mirrors.lst"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|