add: insync

This commit is contained in:
ZotanWolf 2018-01-30 08:24:22 +01:00
parent 3ba5c02212
commit 246922cdc9
7 changed files with 3916 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Insync
After=local-fs.target network.target
[Service]
Environment=DISPLAY=:0
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/insync start
ExecStop=/usr/bin/insync quit
[Install]
WantedBy=default.target

View file

@ -0,0 +1,14 @@
[Unit]
Description=Insync
After=local-fs.target network.target
[Service]
Environment=DISPLAY=:0
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/insync start
ExecStop=/usr/bin/insync quit
User=%I
[Install]
WantedBy=default.target

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10ac022ac45f837a9b900005e9f508f67e8bce3054e34583ac128347bf67fa45
size 71471452

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02d23f374006994dde9bd4d581667e7b91a6d290827eb7a6fc8716dce3e89e5f
size 65041812

1
insync/nano.save Normal file
View file

@ -0,0 +1 @@
:q

27
insync/package.yml Normal file
View file

@ -0,0 +1,27 @@
name : insync
version : 1.3.22
release : 36179
source :
# - s.insynchq.com/builds/insync_1.3.22.36179-trusty_amd64.deb : hash
- https://github.com/dpayne/cli-visualizer/archive/1.6.tar.gz : 111a1fc81be155529cf0232053ad6a3a207c949ff987510c9b283be10eaaf31f
license : Custom
component : network.download
summary : The most powerful Google Drive client ever built
description: |
Insync extends Drive's web functionality to your desktop by integrating tightly with Windows, Mac and Linux so you can get work done.
builddeps : [nautilus-python,xdg-utils,glibc,python,hicolor-icon-theme]
rundeps : [nautilus-python,xdg-utils,glibc,python,hicolor-icon-theme]
strip : false
#build : |
# %make
install : |
rm -rf **
mv $pkgfiles/*.deb .
ar x *.deb
mkdir -p $installdir/usr
tar -xf data.tar.gz
cp -rp usr $installdir/
install -Dm644 $pkgfiles/insync@.service $installdir/usr/lib/systemd/system/insync@.service
install -Dm644 $pkgfiles/insync.service $installdir/usr/lib/systemd/user/insync.service
ln -sf "/usr/lib/libfontconfig.so.1" "$installdir/usr/lib/insync/libfontconfig.so.1"
rm -rf $installdir/usr/share/icons/hicolor/64x64/emblems

3855
insync/pspec_x86_64.xml Normal file

File diff suppressed because it is too large Load diff