From 62a5c864187fb73309dd79cd8cc629d59449518d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 29 Jan 2023 18:39:18 -0500 Subject: [PATCH] New package: xmirror-0.1 --- srcpkgs/xmirror/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xmirror/template diff --git a/srcpkgs/xmirror/template b/srcpkgs/xmirror/template new file mode 100644 index 000000000000..2768924411b1 --- /dev/null +++ b/srcpkgs/xmirror/template @@ -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 " +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 +}