18 lines
568 B
Bash
18 lines
568 B
Bash
# Template file for 'havoc'
|
|
pkgname=havoc
|
|
version=0.5.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=3b0d37b13e3ca21f5e22f1e62a32fe736119cd5c601307c4000bed5fee179f77
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|