From 3d570e7a9177268f89cc3708b182c67f33885c8d Mon Sep 17 00:00:00 2001 From: reback00 Date: Thu, 7 May 2020 17:10:50 +0600 Subject: [PATCH] New package: howl-0.6 --- srcpkgs/howl/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/howl/template diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template new file mode 100644 index 00000000000..13335e3088b --- /dev/null +++ b/srcpkgs/howl/template @@ -0,0 +1,26 @@ +# Template file for 'howl' +pkgname=howl +version=0.6 +revision=1 +archs="i686 x86_64 x86_64-musl" +build_wrksrc=src +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="wget gcc pkg-config gtk+3 setconf" +makedepends="gtk+3-devel" +depends="gtk+3" +short_desc="Lightweight and fully customizable general purpose editor" +maintainer="reback00 " +license="MIT" +homepage="http://howl.io/" +distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz" +checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1 +python_version="3" + +pre_install() { + setconf Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS" +} + +post_install() { + vlicense ../LICENSE.md +}