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.
 
 
 
 
 
 

60 lines
1.1 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. deps:
  15. - ncurses
  16. - readline
  17. fedora26:
  18. builddeps:
  19. - make
  20. - ncurses-devel
  21. - readline-devel
  22. deps:
  23. - ncurses
  24. - readline
  25. centos7.3:
  26. builddeps:
  27. - make
  28. - ncurses-devel
  29. - readline-devel
  30. deps:
  31. - ncurses
  32. - readline
  33. commands:
  34. pre:
  35. - yum install epel-release
  36. ubuntu16.04:
  37. builddeps:
  38. - make
  39. - libncursesw5-dev
  40. - libreadline6-dev
  41. deps:
  42. - libncursesw5
  43. - libreadline6
  44. ubuntu17.10:
  45. builddeps:
  46. - make
  47. - libncursesw5-dev
  48. - libreadline6-dev
  49. deps:
  50. - libncursesw5
  51. - libreadline6
  52. debian9:
  53. builddeps:
  54. - make
  55. - libncursesw5-dev
  56. - libreadline-dev
  57. deps:
  58. - libncursesw5
  59. - readline-common