diff --git a/srcpkgs/havoc/template b/srcpkgs/havoc/template new file mode 100644 index 00000000000..5df4864bbd7 --- /dev/null +++ b/srcpkgs/havoc/template @@ -0,0 +1,17 @@ +# 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 " +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 +}