Created
September 21, 2013 03:02
-
-
Save unforgiven512/6646785 to your computer and use it in GitHub Desktop.
Updated PKGBUILD for 'insync-nautilus'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Zhengyu Xu <[email protected]> | |
# PKGBUILD UPDATE @ 2013-09-20 to 1.0.22 -- | |
# -- Gerad Munsch <[email protected]> | |
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