contrib/purple-hangouts/Pkgfile
2016-10-30 14:35:46 +11:00

17 lines
479 B
Plaintext

# Description: A Pidgin plugin to support the proprietary protocol used by Google for the Hangouts service.
# URL: https://bitbucket.org/EionRobb/purple-hangouts
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: pidgin protobuf-c json-glib
name=purple-hangouts
version=20161029
release=1
source=(http://crux.ster.zone/downloads/$name/f66236a872d9.tar.bz2)
build() {
cd $name
make
make DESTDIR=$PKG install
}