1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Nico Schottelius <nico-archlinux-pkg@schottelius.org>
10 pkgdesc="A decentralised, p2p, anonymous chat program and protocol"
11 arch=('i686' 'x86_64')
12 url="http://www.nico.schottelius.org/software/ceofhack/"
24 source=($url$pkgname-$pkgver.tar.xz)
26 md5sums=('a75af3edd8fb492485899a352e247c71')
29 cd "$srcdir/$pkgname-$pkgver"
32 mkdir -p "$pkgdir/usr/bin"
33 cp ceofhack "$pkgdir/usr/bin"
34 #make DESTDIR="$pkgdir/" install
37 # vim:set ts=2 sw=2 et: