nnn: update to 1.1.
This commit is contained in:
parent
f05ba41ef0
commit
91455a5d4b
|
@ -0,0 +1,14 @@
|
|||
--- nnn.c.orig 2017-05-11 20:36:57.000000000 +0000
|
||||
+++ nnn.c 2017-05-14 18:17:10.801284862 +0000
|
||||
@@ -6,11 +6,7 @@
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <ctype.h>
|
||||
-#ifdef __linux__
|
||||
-#include <ncursesw/curses.h>
|
||||
-#else
|
||||
#include <curses.h>
|
||||
-#endif
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'nnn'
|
||||
pkgname=nnn
|
||||
version=1.0
|
||||
version=1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel"
|
||||
makedepends="ncurses-devel readline-devel"
|
||||
short_desc="A lightweight terminal file browser"
|
||||
maintainer="Dennis Kraus <kraus@posteo.de>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/jarun/nnn"
|
||||
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
||||
checksum=032d8cdcaa237f4392cc0ab335b984f2107c458c7d1ffec35a4abfe3aa0e5486
|
||||
checksum=15ce2a205147b8dd9da5de1ffa6e4b273ac8385959740786f7342057d0209cc3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue