16 lines
430 B
Bash
16 lines
430 B
Bash
# Template file for 'rot8'
|
|
pkgname=rot8
|
|
version=0.1.4
|
|
revision=2
|
|
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=d8dae505a0f736e6462d4745d9adc330afd9177fcba25a02e73650bdfe295495
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|