2017-09-01 16:46:14 +00:00
|
|
|
name: nnn
|
2017-09-05 12:37:45 +00:00
|
|
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
|
|
|
license: BSD 2-Clause
|
2018-08-06 23:22:39 +00:00
|
|
|
summary: The missing terminal file manager for X.
|
2017-09-05 12:37:45 +00:00
|
|
|
homepage: https://github.com/jarun/nnn
|
2017-09-01 16:46:14 +00:00
|
|
|
commands:
|
|
|
|
install:
|
2018-01-10 16:32:48 +00:00
|
|
|
- make PREFIX="/usr" strip install DESTDIR="${BP_DESTDIR}"
|
2017-09-01 16:46:14 +00:00
|
|
|
packages:
|
|
|
|
archlinux:
|
|
|
|
builddeps:
|
|
|
|
- make
|
2017-09-04 05:05:43 +00:00
|
|
|
- gcc
|
|
|
|
- pkg-config
|
2017-09-01 16:46:14 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2019-02-19 11:50:47 +00:00
|
|
|
container: "archlinux/base"
|
2018-02-24 05:33:05 +00:00
|
|
|
centos7.2:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkgconfig
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2018-02-24 05:33:05 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2018-02-24 05:33:05 +00:00
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2017-12-25 11:11:49 +00:00
|
|
|
centos7.3:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkgconfig
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2017-12-25 11:11:49 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2017-12-25 11:11:49 +00:00
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2018-10-19 10:01:12 +00:00
|
|
|
centos7.4:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkgconfig
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2018-10-19 10:01:12 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2018-10-19 10:01:12 +00:00
|
|
|
commands:
|
|
|
|
pre:
|
|
|
|
- yum install epel-release
|
2017-12-25 11:11:49 +00:00
|
|
|
debian9:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- libncursesw5-dev
|
2019-01-24 06:35:13 +00:00
|
|
|
- libreadline-dev
|
2017-12-25 11:11:49 +00:00
|
|
|
deps:
|
|
|
|
- libncursesw5
|
2019-02-19 11:08:12 +00:00
|
|
|
- readline-common
|
2018-02-24 05:33:05 +00:00
|
|
|
fedora25:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
2018-02-27 20:44:53 +00:00
|
|
|
- pkgconfig
|
2018-02-24 05:33:05 +00:00
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2018-02-24 05:33:05 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2017-09-01 16:46:14 +00:00
|
|
|
fedora26:
|
|
|
|
builddeps:
|
|
|
|
- make
|
2017-09-04 05:05:43 +00:00
|
|
|
- gcc
|
|
|
|
- pkg-config
|
2017-09-01 16:46:14 +00:00
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2017-09-01 16:46:14 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2018-02-24 05:33:05 +00:00
|
|
|
fedora27:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2018-02-24 05:33:05 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2018-10-19 10:01:12 +00:00
|
|
|
fedora28:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2018-10-19 10:01:12 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2019-01-01 02:31:48 +00:00
|
|
|
fedora29:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- ncurses-devel
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline-devel
|
2019-01-01 02:31:48 +00:00
|
|
|
deps:
|
|
|
|
- ncurses
|
2019-01-24 06:35:13 +00:00
|
|
|
- readline
|
2017-12-25 12:05:27 +00:00
|
|
|
# opensuse42.3:
|
|
|
|
# builddeps:
|
|
|
|
# - make
|
|
|
|
# - gcc
|
|
|
|
# - pkg-config
|
|
|
|
# - ncurses-devel
|
|
|
|
# deps:
|
|
|
|
# - ncurses
|
2017-09-01 16:46:14 +00:00
|
|
|
ubuntu16.04:
|
|
|
|
builddeps:
|
|
|
|
- make
|
2017-09-04 05:05:43 +00:00
|
|
|
- gcc
|
|
|
|
- pkg-config
|
2017-09-01 16:46:14 +00:00
|
|
|
- libncursesw5-dev
|
2019-01-24 06:35:13 +00:00
|
|
|
- libreadline6-dev
|
2017-09-01 16:46:14 +00:00
|
|
|
deps:
|
|
|
|
- libncursesw5
|
2019-01-24 06:35:13 +00:00
|
|
|
- libreadline6
|
2018-05-01 21:12:30 +00:00
|
|
|
ubuntu18.04:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- libncursesw5-dev
|
2019-01-24 06:35:13 +00:00
|
|
|
- libreadline-dev
|
2018-05-01 21:12:30 +00:00
|
|
|
deps:
|
|
|
|
- libncursesw5
|
2019-01-24 06:35:13 +00:00
|
|
|
- libreadline7
|