[arch-commits] Commit in cawbird (3 files)

Balló György bgyorgy at archlinux.org
Fri Jun 5 10:15:34 UTC 2020


    Date: Friday, June 5, 2020 @ 10:15:33
  Author: bgyorgy
Revision: 639134

archrelease: copy trunk to community-x86_64

Added:
  cawbird/repos/
  cawbird/repos/community-x86_64/
  cawbird/repos/community-x86_64/PKGBUILD
    (from rev 639133, cawbird/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: cawbird/repos/community-x86_64/PKGBUILD (from rev 639133, cawbird/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-06-05 10:15:33 UTC (rev 639134)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=cawbird
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Native Gtk Twitter client"
+arch=(x86_64)
+url="https://ibboard.co.uk/cawbird/"
+license=(GPL3)
+depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good)
+makedepends=(meson vala)
+source=("$pkgname-$pkver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('c9463219e44cbcb97322c19f2a8ebf64b8f02ecbd6279ae3667ee5e50f75ecc4')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list