Skip to content

Commit

Permalink
Pack for CentOS 7.4 and Fedora 28
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 19, 2018
1 parent d4ab97c commit 0f62ab9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ packages:
commands:
pre:
- yum install epel-release
centos7.4:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
deps:
- ncurses
commands:
pre:
- yum install epel-release
debian9:
builddeps:
- make
Expand Down Expand Up @@ -68,6 +79,14 @@ packages:
- ncurses-devel
deps:
- ncurses
fedora28:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
deps:
- ncurses
# opensuse42.3:
# builddeps:
# - make
Expand Down

0 comments on commit 0f62ab9

Please sign in to comment.