1 # Contributor: Roman Aysin <aysin.roman@gmail.com>
6 pkgdesc="FeelHome is software that connects in a safe and secure way your personnal or professionnal computer to the internet, and lets you access your file and folders from around the world!"
8 url="https://www.nuxinov.com"
11 source=(http://downloads.sourceforge.net/feelhome/FeelHome-${pkgver}_linux.tar.gz)
12 md5sums=('194d133616f59e439f7c77312a5498cb')
15 cd "$srcdir/FeelHome-linux/src"
23 cd "$srcdir/FeelHome-linux/src"
25 install -D -m755 ${pkgname} "$pkgdir/usr/bin/${pkgname}"
26 install -D -m644 ${pkgname}.desktop \
27 "$pkgdir/usr/share/applications/${pkgname}.desktop"
30 # vim:set ts=2 sw=2 et: