All checks were successful
Build / Build project (push) Successful in 25s
21 lines
763 B
YAML
21 lines
763 B
YAML
name : linenoise
|
|
version : 1.0.0
|
|
release : 1
|
|
source :
|
|
- git|https://github.com/antirez/linenoise.git : 880b94130ffa5f8236392392b447ff2234b11983
|
|
homepage : https://github.com/antirez/linenoise
|
|
license : BSD-2-Clause
|
|
component : system.devel
|
|
summary : A small self-contained alternative to readline and libedit.
|
|
description: |
|
|
A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, Android and many other projects.
|
|
setup : |
|
|
cp $pkgfiles/CMakeLists.txt $workdir
|
|
%cmake_ninja \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
build : |
|
|
%ninja_build
|
|
install : |
|
|
%ninja_install
|
|
install -Dm644 $pkgfiles/linenoise.pc -t $installdir/usr/lib/pkgconfig
|