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

Balló György bgyorgy at archlinux.org
Thu Apr 19 15:41:13 UTC 2018


    Date: Thursday, April 19, 2018 @ 15:41:12
  Author: bgyorgy
Revision: 317045

archrelease: copy trunk to community-x86_64

Added:
  corebird/repos/
  corebird/repos/community-x86_64/
  corebird/repos/community-x86_64/PKGBUILD
    (from rev 317044, corebird/trunk/PKGBUILD)

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

Copied: corebird/repos/community-x86_64/PKGBUILD (from rev 317044, corebird/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-19 15:41:12 UTC (rev 317045)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=corebird
+pkgver=1.7.4
+pkgrel=2
+pkgdesc="Native Gtk+ Twitter client for the Linux desktop"
+arch=(x86_64)
+url="https://corebird.baedert.org/"
+license=(GPL3)
+depends=(gspell gst-libav gst-plugins-bad gst-plugins-good)
+makedepends=(vala)
+source=("https://github.com/baedert/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('7c53a356eded58eca423128b28685107a11d3f7bb0a08e0fc072b60c2b0f0041')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list