[arch-commits] Commit in howl/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:48:55 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:48:55
Author: felixonmars
Revision: 658604
archrelease: copy trunk to community-staging-x86_64
Added:
howl/repos/community-staging-x86_64/
howl/repos/community-staging-x86_64/PKGBUILD
(from rev 658603, howl/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: howl/repos/community-staging-x86_64/PKGBUILD (from rev 658603, howl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:48:55 UTC (rev 658604)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=howl
+pkgver=0.6
+pkgrel=2
+pkgdesc='General purpose and light-weight editor'
+arch=(x86_64)
+url='https://howl.io/'
+license=(MIT)
+makedepends=(setconf)
+depends=(gtk3)
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+sha256sums=('834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1')
+
+prepare() {
+ setconf howl-$pkgver/src/Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS"
+}
+
+build() {
+ make -C howl-$pkgver/src
+}
+
+package() {
+ make -C howl-$pkgver/src PREFIX=/usr DESTDIR="$pkgdir" install
+ install -Dm644 howl-$pkgver/LICENSE.md \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: howl.io
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list