mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-08 15:21:51 +02:00
37 lines
737 B
Plaintext
37 lines
737 B
Plaintext
# Maintainer: Jonathan Sieber <mail@strfry.org>
|
|
pkgname=toxic
|
|
pkgver=0.12.0
|
|
pkgrel=0
|
|
pkgdesc="ncurses-based Tox client"
|
|
url="https://github.com/JFreegman/toxic"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
options="!check"
|
|
subpackages="$pkgname-doc"
|
|
makedepends="
|
|
curl-dev
|
|
libconfig-dev
|
|
libnotify-dev
|
|
libqrencode-dev
|
|
libvpx-dev
|
|
libx11-dev
|
|
linux-headers
|
|
ncurses-dev
|
|
openal-soft-dev
|
|
opus-dev
|
|
toxcore-dev
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/toxic/archive/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make PREFIX="$pkgdir"/usr install
|
|
}
|
|
|
|
sha512sums="
|
|
d776fe792ae0236fb7be4cf35ea77fc42dcdb4a0762e0f387cda8ffc91836244e05f067c414931bf2b2cbfc48320fc61a5f488e1d3e185933c14ba6fd72f632d toxic-0.12.0.tar.gz
|
|
"
|