void-packages/srcpkgs/rsClock/template

17 lines
504 B
Bash

# Template file for 'rsClock'
pkgname=rsClock
version=0.1.11
revision=1
build_style=cargo
short_desc="Simple terminal clock written in Rust"
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
license="MIT"
homepage="https://github.com/valebes/rsClock"
changelog="https://github.com/valebes/rsClock/releases"
distfiles="https://github.com/valebes/rsClock/archive/refs/tags/v${version}.tar.gz"
checksum=4811e7fb134be086c38f3bfbc9bb871a2b3eaf3e6638f19f5a77dd273dffdffc
post_install() {
vlicense LICENSE
}