Skip to content

Instantly share code, notes, and snippets.

@sseemayer
Created August 12, 2014 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sseemayer/db19a31a23b831e462e5 to your computer and use it in GitHub Desktop.
Save sseemayer/db19a31a23b831e462e5 to your computer and use it in GitHub Desktop.
trillian 1.2.0.2-1 PKGBUILD
# Maintainer: Marius Nestor <marius softpedia com>
# Contributor: Doug Newgard <scimmia22 at outlook dot com>
pkgname=trillian
pkgver=1.2.0.2
pkgrel=1
pkgdesc="A commercial, multi-protocol and cross-platform IM client"
arch=('i686' 'x86_64')
url="https://www.trillian.im"
license=('Proprietary')
depends=('gtkmm3' 'libzip' 'openssl' 'webkitgtk' 'libnotify' 'libpulse' 'libxss')
install='trillian.install'
if [[ "$CARCH" == "i686" ]]; then
source=("https://www.trillian.im/get/linux/beta/trillian_${pkgver}_i386.deb")
sha256sums=('d447e5124755f7da37fe9e627b56af521027f3a3a9ff88704b180dc04df566d5')
elif [[ "$CARCH" == "x86_64" ]]; then
source=("https://www.trillian.im/get/linux/beta/trillian_${pkgver}_amd64.deb")
sha256sums=('838f4e716b283c7aed1ebffc1a2112ca8df31ecf22670b4802ae13e346287980')
fi
package() {
tar xzvf "$srcdir/data.tar.gz" -C "$pkgdir/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment