Skip to content

Instantly share code, notes, and snippets.

@unforgiven512
Created September 21, 2013 03:02
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 unforgiven512/6646785 to your computer and use it in GitHub Desktop.
Save unforgiven512/6646785 to your computer and use it in GitHub Desktop.
Updated PKGBUILD for 'insync-nautilus'
# Maintainer: Zhengyu Xu <xzy3186@gmail.com>
# PKGBUILD UPDATE @ 2013-09-20 to 1.0.22 --
# -- Gerad Munsch <gmunsch@unforgivendevelopment.com>
pkgname=insync-nautilus
pkgver=1.0.22
pkgrel=1
pkgdesc="Nautilus integration for insync"
url="https://support.insynchq.com/forums/discussion/2208/new-insync-version-1-0-22-with-do-not-convert-feature-headless-app"
license=('custom:insync')
options=(!strip)
arch=('any')
depends=("insync" "nautilus" "python2-nautilus")
source=("${pkgname}-${pkgver}.deb::http://s.insynchq.com/builds/${pkgname}_${pkgver}_all.deb")
sha256sums=('05418a213a35763205b3959e7d25138e0ff9c2f23be3eeda2b361de230b0d2a6')
noextract=("${pkgname}-${pkgver}.deb")
package() {
cd $srcdir
ar x ${pkgname}-${pkgver}.deb
tar xvf data.tar.gz
cp -rp usr $pkgdir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment