void-packages/srcpkgs/utox/template
Piraty cce154de29
utox: adopt
former maintainer requested to orphan it
2022-02-24 19:31:06 +01:00

23 lines
706 B
Bash

# Template file for 'utox'
pkgname=utox
version=0.18.1
revision=2
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="Piraty <piraty1@inbox.ru>"
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
}