23 lines
787 B
Bash
23 lines
787 B
Bash
|
# Template file for 'toxic'
|
||
|
pkgname="toxic"
|
||
|
version="0.5.2"
|
||
|
revision=1
|
||
|
_commithash="0c39e7b158ff74a2ef4ed62a72b5b7a3c878ac7f"
|
||
|
short_desc="NCurses-based TOX instant messanger client"
|
||
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://wiki.tox.im/Toxic"
|
||
|
depends="toxcore-git>=20150313_2"
|
||
|
makedepends="toxcore-devel-git>=20150313_2 libX11-devel freealut-devel libconfig-devel ncurses-libs ncurses-devel>=5.9_10 libopenal-devel libnotify-devel libvpx-devel libsodium-devel opus-devel"
|
||
|
hostmakedepends="git pkg-config"
|
||
|
build_style="gnu-makefile"
|
||
|
make_install_args="-C build ${make_install_args}"
|
||
|
make_build_args="${make_install_args}"
|
||
|
|
||
|
do_fetch() {
|
||
|
git clone https://github.com/Tox/toxic.git ${wrksrc}
|
||
|
cd "${wrksrc}"
|
||
|
git checkout ${_commithash}
|
||
|
}
|
||
|
|