16 lines
430 B
Bash
16 lines
430 B
Bash
# Template file for 'rot8'
|
|
pkgname=rot8
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Screen rotation daemon"
|
|
maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/efernau/rot8"
|
|
distfiles="https://github.com/efernau/rot8/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=1c490f3c565e088229f623055ad441d4e7af96ed1c97b78425f6c67d39362624
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|