updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / sink / PKGBUILD
blob97e37a3f0bb7da166165d9838f278c123914f4f1
1 pkgname=sink
2 pkgver=0.0.1a
3 pkgrel=1
4 license=('GPL')
5 arch=('i686' 'x86_64')
6 pkgdesc="Sink 'em all (Sea fight game written in bash)"
7 url="http://habrahabr.ru/blogs/crazydev/80122/"
8 depends=('debian-netcat')
9 source=('sink.sh')
10 md5sums=('ab4429b4ea021a7d2f1a00f017fa9489')
12 options=('!strip') # otherwise the bytecode gets fucked
14 build() {
15   install -Dm755 sink.sh $pkgdir/usr/bin/sink