summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 254eb146ef2d2bc434b7ccd0d4e783f2a7ca1e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname=rsngm-chat
pkgver=666
pkgrel=666
pkgdesc="Чат на питоне"
arch=('any')
license=("CUSTOM")
url="https://github.com/rasongame/chat"
source=("https://github.com/rasongame/chat/archive/master.zip")
sha256sums=('SKIP')
depends=('python')
package(){
	cd $srcdir/chat-master
	install -Dm777 client.py $pkgdir/usr/bin/rsngm-chat
	install -Dm777 server.py $pkgdir/usr/bin/rsngm-chat-server

}