summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c1d9018ce403c8bdd5c5791ca71ffb1575f5e424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Ray Song <i at maskrayme dot me>

pkgname=webqqircd-git
_pkgname=webqqircd
pkgver=r25.3892627
pkgrel=1
pkgdesc="IRC server capable of controlling WebQQ (w.qq.com)"
arch=('i686' 'x86_64')
url="https://github.com/MaskRay/webqqircd"
license=('MIT')
depends=('python-aiohttp')
optdepends=("python-ipython: pretty error messages with the '-d' option")
makedepends=('git')
provides=('webqqircd')
conflicts=('webqqircd')
source=('git+https://github.com/MaskRay/webqqircd.git' webqqircd.install)
install="$_pkgname.install"
md5sums=('SKIP' 'SKIP')

pkgver() {
  cd "$_pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  install -D "$_pkgname/webqqircd.py" "$pkgdir/usr/bin/webqqircd"
  install -Dm644 "$_pkgname/mq.js" -t "$pkgdir/usr/share/webqqircd/"
  install -Dm644 webqqircd.service -t "$pkgdir/usr/lib/systemd/system/"
}