1234567891011121314151617181920212223 |
- # 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"
- makedepends="gtk+3-devel"
- depends="gtk+3"
- short_desc="Lightweight and fully customizable general purpose editor"
- maintainer="reback00 <reback00@protonmail.com>"
- license="MIT"
- homepage="http://howl.io/"
- distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
- checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
- python_version="3"
- post_install() {
- vlicense ../LICENSE.md
- }
|