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.
 
 
 
 
 
 

71 lignes
1.3 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" install DESTDIR="${BP_DESTDIR}"
  9. packages:
  10. archlinux:
  11. builddeps:
  12. - make
  13. - gcc
  14. - pkg-config
  15. deps:
  16. - ncurses
  17. - readline
  18. fedora26:
  19. builddeps:
  20. - make
  21. - gcc
  22. - pkg-config
  23. - ncurses-devel
  24. - readline-devel
  25. deps:
  26. - ncurses
  27. - readline
  28. centos7.3:
  29. builddeps:
  30. - make
  31. - gcc
  32. - pkgconfig
  33. - ncurses-devel
  34. - readline-devel
  35. deps:
  36. - ncurses
  37. - readline
  38. commands:
  39. pre:
  40. - yum install epel-release
  41. ubuntu16.04:
  42. builddeps:
  43. - make
  44. - gcc
  45. - pkg-config
  46. - libncursesw5-dev
  47. - libreadline6-dev
  48. deps:
  49. - libncursesw5
  50. - libreadline6
  51. ubuntu17.10:
  52. builddeps:
  53. - make
  54. - gcc
  55. - pkg-config
  56. - libncursesw5-dev
  57. - libreadline6-dev
  58. deps:
  59. - libncursesw5
  60. - libreadline6
  61. debian9:
  62. builddeps:
  63. - make
  64. - gcc
  65. - pkg-config
  66. - libncursesw5-dev
  67. - libreadline-dev
  68. deps:
  69. - libncursesw5
  70. - readline-common