From 90c1644b97324446b1b596f2e109ca6ebaa1d0f4 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 30 Aug 2024 11:37:19 -0400 Subject: [PATCH] New package: mup-0.3.0 --- srcpkgs/mup/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/mup/template diff --git a/srcpkgs/mup/template b/srcpkgs/mup/template new file mode 100644 index 00000000000..2bd256dccda --- /dev/null +++ b/srcpkgs/mup/template @@ -0,0 +1,16 @@ +# Template file for 'mup' +pkgname=mup +version=0.3.0 +revision=1 +build_style=go +go_import_path=github.com/aziis98/mup +short_desc="File uploader for sharing files across the local network with website" +maintainer="Toyam Cox " +license="MIT" +homepage="https://github.com/aziis98/mup" +distfiles="https://github.com/aziis98/mup/archive/refs/tags/v${version}.tar.gz" +checksum=fe2a30e063c79df1f267ffd2741b3ef1c8fb31d18366fa504750b088e2564f48 + +post_install() { + vlicense LICENSE +}