summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fadc3f5ffff20340fec12b13d9f882645bfba854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Former maintainer: Thomas Fanninger <thomas@fanninger.at>

pkgname=transwhat
pkgver=0.2.2
pkgrel=1
epoch=1
pkgdesc="A gateway between the XMPP and the WhatsApp IM networks (obsolete)"
arch=('any')
license=('GPL')
options=('!strip' '!emptydirs')
source=()
md5sums=()

package() {
    echo "obsolete package - use python-transwhat instead"
    false
}