void-packages/srcpkgs/mup/template

18 lines
497 B
Bash
Raw Normal View History

2024-08-30 17:37:19 +02:00
# 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 <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/aziis98/mup"
distfiles="https://github.com/aziis98/mup/archive/refs/tags/v${version}.tar.gz"
checksum=fe2a30e063c79df1f267ffd2741b3ef1c8fb31d18366fa504750b088e2564f48
2024-08-30 18:24:07 +02:00
2024-08-30 17:37:19 +02:00
post_install() {
vlicense LICENSE
}