mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
fzy: update to 0.7.
This commit is contained in:
parent
f999455dc3
commit
0dd1cc2a4e
2 changed files with 2 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
||||||
commit 219d94ddc4dc9ed7e6d0650c4807e85442fffea1
|
|
||||||
Author: Duncaen <mail@duncano.de>
|
|
||||||
Date: Sat Jul 30 23:11:13 2016 +0200
|
|
||||||
|
|
||||||
Add sys/select.h to fix building with musl libc
|
|
||||||
|
|
||||||
diff --git src/tty.c src/tty.c
|
|
||||||
index 97ac2ab..ed951b3 100644
|
|
||||||
--- src/tty.c
|
|
||||||
+++ src/tty.c
|
|
||||||
@@ -5,6 +5,7 @@
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include <termios.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
+#include <sys/select.h>
|
|
||||||
|
|
||||||
#include "tty.h"
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fzy'
|
# Template file for 'fzy'
|
||||||
pkgname=fzy
|
pkgname=fzy
|
||||||
version=0.6
|
version=0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A fuzzy text selector menu for the terminal"
|
short_desc="A fuzzy text selector menu for the terminal"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jhawthorn/fzy"
|
homepage="https://github.com/jhawthorn/fzy"
|
||||||
distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz"
|
distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz"
|
||||||
checksum=463d04adaccef51aac53d830847ffe8b8b82e22bd6cd86c6448f9cba2142694f
|
checksum=6eb0940c85518c32326e6d389de6a9ede695ed9846f8b78aafec1066b9720186
|
||||||
CFLAGS="-std=c99"
|
CFLAGS="-std=c99"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue