void-packages/srcpkgs/utox/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

23 lines
706 B
Bash

# Template file for 'utox'
pkgname=utox
version=0.18.1
revision=1
wrksrc=uTox
build_style=cmake
configure_args="-DENABLE_ASAN=OFF"
hostmakedepends="pkg-config"
makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
libXrender-devel libopenal-devel libvpx-devel opus-devel
toxcore-devel v4l-utils-devel"
short_desc="Lightweight Tox instant messenger client written in C"
maintainer="avoidr <avoidr@posteo.de>"
license="MIT"
homepage="https://github.com/uTox/uTox/"
distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
checksum=fc883483d86b1830674f3b08515daa27ae54ab47646c7edc48a067e8d1e8c114
nocross=yes
post_install() {
vlicense LICENSE
}