template 634 B

1234567891011121314151617181920212223
  1. # Template file for 'howl'
  2. pkgname=howl
  3. version=0.6
  4. revision=1
  5. archs="i686 x86_64 x86_64-musl"
  6. build_wrksrc=src
  7. build_style=gnu-makefile
  8. make_use_env=yes
  9. hostmakedepends="wget gcc pkg-config gtk+3"
  10. makedepends="gtk+3-devel"
  11. depends="gtk+3"
  12. short_desc="Lightweight and fully customizable general purpose editor"
  13. maintainer="reback00 <reback00@protonmail.com>"
  14. license="MIT"
  15. homepage="http://howl.io/"
  16. distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
  17. checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
  18. python_version="3"
  19. post_install() {
  20. vlicense ../LICENSE.md
  21. }