18 lines
568 B
Bash
18 lines
568 B
Bash
# Template file for 'havoc'
|
|
pkgname=havoc
|
|
version=0.6.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="wayland-devel pkg-config"
|
|
makedepends="wayland-devel wayland-protocols libxkbcommon-devel"
|
|
short_desc="Minimal terminal emulator for Wayland on Linux"
|
|
maintainer="ii8 <murray.calavera@protonmail.com>"
|
|
license="Public Domain, MIT"
|
|
homepage="https://github.com/ii8/havoc"
|
|
distfiles="https://github.com/ii8/havoc/archive/refs/tags/${version}.tar.gz"
|
|
checksum=3f6538eb8a2b5846459f38c283eef2c8152886a4ed079e1038b02d0c31a3247c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|