File tree Expand file tree Collapse file tree 4 files changed +20
-16
lines changed Expand file tree Collapse file tree 4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change
1
+ * .o
2
+ * .so
3
+ * .a
4
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
before_install :
2
2
- sudo wget https://d-apt.googlecode.com/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
3
3
- sudo apt-get update && sudo apt-get -y --allow-unauthenticated install d-apt-keyring && sudo apt-get update
4
- - sudo apt-get install dub dmd
4
+ - sudo apt-get install dmd libncursesw5
5
5
6
6
script :
7
- cp .main.d ./deimos/ncurses/main.d && dub
8
-
7
+ dmd -lib -L-lncursesw -oflibncurses-d deimos/ncurses/curses.d deimos/ncurses/eti.d deimos/ncurses/form.d deimos/ncurses/menu.d deimos/ncurses/ncurses.d deimos/ncurses/panel.d deimos/ncurses/unctrl.d
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ncurses" ,
3
- "description" : " Interface to the C ncurses library" ,
4
- "homepage" : " http://github.com/D-Programming-Deimos/ncurses" ,
2
+ "name" : " ncurses" ,
3
+ "description" : " Interface to the C ncurses library" ,
4
+ "homepage" : " http://github.com/D-Programming-Deimos/ncurses" ,
5
5
"authors" : [
6
- " Jon \" ylixir\" Allen" ,
7
- " Dejan Lekic" ,
8
- " Jude \" 1100110\" Young"
6
+ " Jon \" ylixir\" Allen" ,
7
+ " Dejan Lekic" ,
8
+ " Jude \" 1100110\" Young"
9
9
],
10
- "license" : " ncurses" ,
10
+ "license" : " ncurses" ,
11
11
"sourcePaths" : [
12
- " deimos"
12
+ " deimos"
13
13
],
14
14
"libs" : [
15
- " ncursesw"
15
+ " ncursesw"
16
16
],
17
- "targetType" : " staticLibrary" ,
18
- "buildRequirements" : [" relaxProperties" ],
17
+ "targetType" : " staticLibrary" ,
18
+ "targetName" : " ncurses-d" ,
19
+ "buildRequirements" : [
20
+ " relaxProperties"
21
+ ],
19
22
}
You can’t perform that action at this time.
0 commit comments