1 # Maintainer: Gergely Imreh <imrehg@gmail.com>
2 # http://github.com/imrehg/aur
3 # Contributor: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
7 pkgdesc="Synchronize your files without servers and build private cloud storage out of your own devices"
10 depends=('java-runtime>=6' 'sharutils')
11 url="https://www.aerofs.com"
12 source=('https://www.aerofs.com/downloads/aerofs-installer.tgz'
18 # Install everything to /opt
20 mkdir -p "${pkgdir}/${_destdir}"
21 cp -r * "${pkgdir}/${_destdir}"
23 # Cleanup unrequired files
24 rm -f "${pkgdir}/${_destdir}/INSTALL"
26 # Put the .desktop and icon file in the correct location
27 install -m644 -D "${srcdir}/aerofs.desktop" "${pkgdir}/usr/share/applications/aerofs.desktop"
28 install -m644 -D "${srcdir}/aerofs.png" "${pkgdir}/usr/share/icons/aerofs.png"
31 md5sums=('8e34876644f78933402f24762742d52f'
32 'f070f1deff94c833f04665640e5d1c17'
33 '1739a2915e71fa45247cd10bb535bbb1')