mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: editline-1.16.0
This commit is contained in:
parent
c08cbe2598
commit
3967047603
3 changed files with 29 additions and 0 deletions
|
@ -3383,3 +3383,4 @@ libcaf_openssl.so.0.16.2 bro-2.6.1_1
|
||||||
libllhttp.so.1 llhttp-1.0.1_1
|
libllhttp.so.1 llhttp-1.0.1_1
|
||||||
libpinyin.so.13 libpinyin-2.2.1_1
|
libpinyin.so.13 libpinyin-2.2.1_1
|
||||||
libuhd.so.3 uhd-3.13.0.2_1
|
libuhd.so.3 uhd-3.13.0.2_1
|
||||||
|
libeditline.so.1 editline-1.16.0_1
|
||||||
|
|
1
srcpkgs/editline-devel
Symbolic link
1
srcpkgs/editline-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
editline
|
27
srcpkgs/editline/template
Normal file
27
srcpkgs/editline/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'editline'
|
||||||
|
pkgname=editline
|
||||||
|
version=1.16.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
short_desc="Minimal readline() replacement"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="Spencer-94"
|
||||||
|
homepage="http://troglobit.com/projects/editline/"
|
||||||
|
distfiles="https://github.com/troglobit/editline/releases/download/${version}/editline-${version}.tar.xz"
|
||||||
|
checksum=38a3635f6850774d70f14d293b8755eaef85760755b600875aab59e9a3a98f3d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
}
|
||||||
|
|
||||||
|
editline-devel_package() {
|
||||||
|
depends="editline-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue