mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/toxic: new aport
This commit is contained in:
parent
75f73f8c74
commit
6e6979c7e5
32
testing/toxic/APKBUILD
Normal file
32
testing/toxic/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
|
||||
|
||||
pkgname=toxic
|
||||
pkgver=0.2.7
|
||||
pkgrel=0
|
||||
pkgdesc='Ncurses based client for Tox'
|
||||
arch=all
|
||||
url='https://github.com/Tox/toxic'
|
||||
license='GPL3'
|
||||
makedepends='tox-dev ncurses-dev libsodium-dev autoconf automake libtool'
|
||||
source="$url/archive/$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
autoreconf -fi || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C "$_builddir" DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="7cbbfb2c092f0878ffebf8cdab71f7c8 0.2.7.tar.gz"
|
||||
sha256sums="767a22106389449a603b3ea8bda6885380e035e4f9d2914e93b315451b848736 0.2.7.tar.gz"
|
||||
sha512sums="577c79cede2026b33390404a7ed7a49d25141d8565f614f13e29836c168386266e8aceefb7ba2b41f0df3ec83d14f5eb4c5f684ed54fe1bd11b9b57d915aba41 0.2.7.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user