mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 05:04:17 +02:00
25 lines
804 B
Text
25 lines
804 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=linenoise
|
|
pkgver=1.0
|
|
pkgrel=5
|
|
pkgdesc="Minimal replacement for readline"
|
|
url="https://github.com/antirez/linenoise"
|
|
arch="all"
|
|
options="!check" # No test suite.
|
|
license="BSD-2-Clause"
|
|
makedepends="$depends_dev"
|
|
subpackages="$pkgname-dev"
|
|
source="linenoise-$pkgver.tar.gz::https://github.com/antirez/linenoise/archive/$pkgver.tar.gz
|
|
build-shared-lib.patch
|
|
"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="9e68fade8d64d7ba8d5d681e74d0ca6c4ebd9576249bb0e885b1aa708a9af77a43ea6264307ae46fb74e52219387a2c831b570f9601e331837f35294af9883e3 linenoise-1.0.tar.gz
|
|
e37fe58f414f48a6a6fcab9925881131d2dbca0c54fe2b17a359d0b5c58ce1e29dad92baa8dc7f7d390af1edace2a75091f20bed5aa381ff2599e734616b2418 build-shared-lib.patch"
|