My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

81 lignes
1.4 KiB

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