1 # Contributor: vn158 <vn158 at seznam dot cz>
5 pkgdesc="Use any FAR FS plugin from a command line"
7 url="http://www.kakeeware.com/i_cmdfar.php"
8 license=('custom:freeware+sources')
10 [ "$CARCH" = i686 ] && depends=(wine)
11 [ "$CARCH" = x86_64 ] && depends=(bin32-wine)
13 source=(http://www.kakeeware.com/d/cmdFAR.zip)
14 md5sums=('0c800199a954a06a25b821ed943cefe3')
20 install -d -m755 pkg/usr/share/$pkgname
21 cp -ra src/*.exe pkg/usr/share/$pkgname
22 find pkg/usr/share/$pkgname -type d -exec chmod 755 "{}" \;
23 find pkg/usr/share/$pkgname -type f -exec chmod 644 "{}" \;