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"
|
2019-04-13 08:05:47 +00:00
|
|
|
centos7.5:
|
2017-12-25 11:11:49 +00:00
|
|
|
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
|
2019-04-13 08:05:47 +00:00
|
|
|
centos7.6:
|
2018-10-19 10:01:12 +00:00
|
|
|
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
|
2019-11-12 14:00:56 +00:00
|
|
|
centos8.0:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkgconfig
|
|
|
|
- ncurses-devel
|
|
|
|
- readline-devel
|
|
|
|
deps:
|
|
|
|
- ncurses
|
|
|
|
- readline
|
|
|
|
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
|
2019-09-29 02:32:40 +00:00
|
|
|
debian10:
|
2017-09-01 16:46:14 +00:00
|
|
|
builddeps:
|
|
|
|
- make
|
2017-09-04 05:05:43 +00:00
|
|
|
- gcc
|
|
|
|
- pkg-config
|
2019-09-29 02:32:40 +00:00
|
|
|
- libncursesw5-dev
|
|
|
|
- libreadline-dev
|
2018-10-19 10:01:12 +00:00
|
|
|
deps:
|
2019-09-29 02:32:40 +00:00
|
|
|
- libncursesw5
|
|
|
|
- readline-common
|
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
|
2019-12-04 23:17:32 +00:00
|
|
|
fedora30:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- ncurses-devel
|
|
|
|
- readline-devel
|
|
|
|
deps:
|
|
|
|
- ncurses
|
|
|
|
- readline
|
2019-11-12 14:00:56 +00:00
|
|
|
fedora31:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- ncurses-devel
|
|
|
|
- readline-devel
|
|
|
|
deps:
|
|
|
|
- ncurses
|
|
|
|
- readline
|
2020-01-07 18:15:22 +00:00
|
|
|
opensuse15.1:
|
|
|
|
builddeps:
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
- pkg-config
|
|
|
|
- readline-devel
|
|
|
|
- ncurses-devel
|
|
|
|
deps:
|
|
|
|
- libncurses6
|
|
|
|
- libreadline7
|
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
|