void-packages/srcpkgs/xmirror/template

18 lines
543 B
Bash

# Template file for 'xmirror'
pkgname=xmirror
version=0.3
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=2bcb45936203f9707c91ce7df5a80b8800e40925224a06fd7b704f7a76a77a25
mutable_files="/usr/share/xmirror/mirrors.lst"
post_install() {
vlicense LICENSE
}