# Maintainer: Yamakaky pkgname=safeeyes pkgver=1.0.6 pkgrel=1 pkgdesc="A Linux alternative for EyeLeo" arch=("any") url="https://github.com/slgobinath/SafeEyes" license=("GPL3") depends=("python2-xlib" "hicolor-icon-theme" "xorg-xprop" "libappindicator-gtk3") source=("https://github.com/slgobinath/SafeEyes/releases/download/v$pkgver/safeeyes.tar.gz") sha1sums=('993c429afc9982b6acbd5a2d7e790488154e3fb7') package() { mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib" cp -r usr "$pkgdir/" sed -ire "s/^Exec=.*$/Exec=safeeyes/" \ "$pkgdir/usr/share/applications/safeeyes.desktop" cp -r opt/safeeyes/safeeyes "$pkgdir/usr/lib/" ln -s /usr/lib/safeeyes/safeeyes "$pkgdir/usr/bin/" }