mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: utox-0.17.0
This commit is contained in:
parent
f0529ed4c6
commit
7dad689dc1
1 changed files with 22 additions and 0 deletions
22
srcpkgs/utox/template
Normal file
22
srcpkgs/utox/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'utox'
|
||||||
|
pkgname=utox
|
||||||
|
version=0.17.0
|
||||||
|
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 libsodium-devel libvpx-devel opus-devel
|
||||||
|
toxcore-devel v4l-utils-devel"
|
||||||
|
short_desc="Lightweight TOX instant messenger client written in C"
|
||||||
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://utox.io/"
|
||||||
|
distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
|
||||||
|
checksum=219ae83e9139d3a421c7bb6d03cc3f8953dd36fb8e8b67100d47d92d413e9d46
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue