My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1.3 KiB

  1. name: nnn
  2. metadata:
  3. maintainer: Arun Prakash Jana <engineerarun@gmail.com>
  4. license: BSD 2-Clause
  5. summary: The missing terminal file browser for X.
  6. homepage: https://github.com/jarun/nnn
  7. commands:
  8. install:
  9. - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
  10. packages:
  11. archlinux:
  12. builddeps:
  13. - make
  14. - gcc
  15. - pkg-config
  16. deps:
  17. - ncurses
  18. - readline
  19. fedora26:
  20. builddeps:
  21. - make
  22. - gcc
  23. - pkg-config
  24. - ncurses-devel
  25. - readline-devel
  26. deps:
  27. - ncurses
  28. - readline
  29. centos7.3:
  30. builddeps:
  31. - make
  32. - gcc
  33. - pkgconfig
  34. - ncurses-devel
  35. - readline-devel
  36. deps:
  37. - ncurses
  38. - readline
  39. commands:
  40. pre:
  41. - yum install epel-release
  42. ubuntu16.04:
  43. builddeps:
  44. - make
  45. - gcc
  46. - pkg-config
  47. - libncursesw5-dev
  48. - libreadline6-dev
  49. deps:
  50. - libncursesw5
  51. - libreadline6
  52. ubuntu17.10:
  53. builddeps:
  54. - make
  55. - gcc
  56. - pkg-config
  57. - libncursesw5-dev
  58. - libreadline6-dev
  59. deps:
  60. - libncursesw5
  61. - libreadline6
  62. debian9:
  63. builddeps:
  64. - make
  65. - gcc
  66. - pkg-config
  67. - libncursesw5-dev
  68. - libreadline-dev
  69. deps:
  70. - libncursesw5
  71. - readline-common