summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0eb17d6d8f68cb532552aa893f0eaa588a075b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: ParkerMc <boebugs@kalman98.net>
pkgname=boe-server
pkgver=0.1.1
pkgrel=1
pkgdesc="A chat platform that intends to look at other chat programs and take only the Best of Everything."
arch=('x86_64' 'i686')
url="https://github.com/ParkerMc/BOE"
license=('GPL-3')
groups=()
depends=('python2-passlib' 'python2-pyqt4' 'python2')
source=("https://downloads.sourceforge.net/boe/0.1.1/BoE-Linux0.1.1.tar.gz")
md5sums=('155c1f0f08ba677072ccc7a0850cff9f')

package() {
  rm -R usr/lib/boe/client
  rm usr/bin/boe
  rm -R usr/share/
  cp -R usr/ $pkgdir
}