[arch-commits] Commit in howl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Feb 21 11:01:23 UTC 2019
Date: Thursday, February 21, 2019 @ 11:01:22
Author: arodseth
Revision: 434959
archrelease: copy trunk to community-x86_64
Added:
howl/repos/community-x86_64/PKGBUILD
(from rev 434957, howl/trunk/PKGBUILD)
Deleted:
howl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++----------------------------
1 file changed, 27 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-21 11:01:18 UTC (rev 434958)
+++ PKGBUILD 2019-02-21 11:01:22 UTC (rev 434959)
@@ -1,28 +0,0 @@
-# $Id$
-# 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.5.3
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
-sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
-
-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:
Copied: howl/repos/community-x86_64/PKGBUILD (from rev 434957, howl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-21 11:01:22 UTC (rev 434959)
@@ -0,0 +1,27 @@
+# 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.5.3
+pkgrel=2
+pkgdesc='General purpose, light-weight customizable editor'
+arch=(x86_64)
+url='https://howl.io/'
+license=(MIT)
+depends=(desktop-file-utils gtk3)
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
+
+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