mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
unibilium: update to 2.1.2
This commit is contained in:
parent
fe2d2a8281
commit
6eb0994394
1 changed files with 8 additions and 13 deletions
|
@ -1,25 +1,20 @@
|
||||||
# Template file for 'unibilium'
|
# Template file for 'unibilium'
|
||||||
pkgname=unibilium
|
pkgname=unibilium
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-configure
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
hostmakedepends="libtool perl"
|
hostmakedepends="automake libtool perl"
|
||||||
short_desc="Simple, self-contained terminfo library"
|
short_desc="Simple, self-contained terminfo library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/neovim/unibilium"
|
homepage="https://github.com/neovim/unibilium"
|
||||||
changelog="https://github.com/neovim/unibilium/raw/master/Changes"
|
changelog="https://raw.githubusercontent.com/neovim/unibilium/refs/heads/master/Changes"
|
||||||
distfiles="https://github.com/neovim/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/neovim/unibilium/archive/v${version}.tar.gz"
|
||||||
checksum=6f0ee21c8605340cfbb458cbd195b4d074e6d16dd0c0e12f2627ca773f3cabf1
|
checksum=370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a
|
||||||
|
|
||||||
do_build() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
autoreconf -fi
|
||||||
cp /usr/bin/libtool .
|
|
||||||
vsed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
|
|
||||||
vsed -e 's,libtool,./libtool,g' -i Makefile
|
|
||||||
fi
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unibilium-devel_package() {
|
unibilium-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue