Commit Graph

109 Commits

Author SHA1 Message Date
Jeremy Soller
9dcafe9aca
Add sha256sums file storing a list of every file in a package and their checksum 2019-09-07 20:12:07 -06:00
jD91mZM2
ce8642aa69
Workaround issue in nulld by allowing multiple definitions 2019-06-16 15:09:56 +02:00
jD91mZM2
ab95a71636
New flag: Enable example binaries alongside using EXAMPLES=1 2019-04-25 17:09:57 +02:00
Jeremy Soller
26187c28be
Allow passing of rustflags from prefix to xargo 2019-04-19 21:22:46 -06:00
Jeremy Soller
93185f3995
Make cargo configurable 2019-04-19 19:59:06 -06:00
Jeremy Soller
35439d927d Compile some recipes with LTO 2019-02-25 16:07:56 -07:00
Jeremy Soller
f626f129b3 Use xargo rustc so that rust flags can be passed 2019-02-25 13:11:49 -07:00
Jeremy Soller
23d4711f9a Merge branch 'tar-checksum' into 'master'
Add tar checksum support (SHA-256)

See merge request redox-os/cookbook!195
2018-12-21 20:17:39 +00:00
Jeremy Soller
07ab7dae62
Update llvm and rust recipes 2018-12-14 20:07:46 -07:00
Tibor Nagy
c8ccdf4615 Add tar checksum support (SHA-256) 2018-12-12 01:57:02 +01:00
Jeremy Soller
e865bedd03 Update cook.sh 2018-11-17 23:50:35 +00:00
Alexander Theißen
667b1a43a8 Use the STRIP variable during prepend stage
A hardcoded strip does not work when cross compiling.
2018-11-17 23:26:26 +01:00
jD91mZM2
8e326db131
Resolve symlinks in 'stage' 2018-09-23 19:25:07 +02:00
jD91mZM2
5223ca0da4
Don't print note to STDERR 2018-04-19 08:55:31 +02:00
jD91mZM2
abd11823c2
Fix termplay recipe (sorry) 2018-04-19 08:52:36 +02:00
Jeremy Soller
8456bb9a39 Preserve timestamps on Xargo.toml 2018-03-12 20:59:25 -06:00
Jeremy Soller
7cdcd9b0a1 Fix extrautils build 2018-02-27 21:14:07 -07:00
Jeremy Soller
a1d531d79b Fixes for pkg-config. Add libpng to netsurf 2018-02-27 20:59:13 -07:00
Jeremy Soller
f0f05be025 Fix pkg-config with autotools programs 2018-02-22 20:07:00 -07:00
Jeremy Soller
527599d49c Fix build of newlibtest 2017-12-14 20:05:28 -07:00
Jeremy Soller
ceb3eb73df Cleanup LLVM build in Rust recipe 2017-11-10 09:46:31 -07:00
Jeremy Soller
bf85cd1c30 Update docgen, run on source rather than build directory 2017-10-14 08:50:03 -06:00
Jeremy Soller
47127d627a Run docgen when installing a package 2017-10-14 07:59:35 -06:00
Jeremy Soller
5d1d2c58c1 Add difftool subcommands 2017-10-11 20:53:16 -06:00
Jeremy Soller
d029991234 Use color and --stat for status command 2017-10-11 20:34:11 -06:00
Jeremy Soller
1ff2f8f458 Add diff subcommands 2017-10-11 20:31:35 -06:00
Jeremy Soller
569bc08564 Add upstream status script 2017-10-11 20:24:40 -06:00
Jeremy Soller
348dd4a8fe Update status script 2017-10-11 20:19:43 -06:00
Jeremy Soller
1f7128c43f Add upstream link if necessary 2017-10-11 19:57:27 -06:00
Agoston Szepessy
a9d71c3d05 Add dependency info to packages
A variable called DEPENDS in recipes contains the runtime dependency
information for packages. These get added to the package during tarring.
2017-09-21 23:54:05 -04:00
Jeremy Soller
b991094bbd Fix tabulation, allow recipe override of DEBUG 2017-09-14 21:03:55 -06:00
Ian Douglas Scott
f18c0f69bc
Add --debug argument to cook.sh to build in debug mode, unstripped 2017-08-17 09:07:12 -07:00
Ian Douglas Scott
aedea229de
Pass -p to cp, to make running autotools unnecessary 2017-08-11 19:57:02 -07:00
Ian Douglas Scott
c6c877611d
Use system 'pkg' when run on Redox 2017-08-10 18:30:46 -07:00
Jeremy Soller
7d06611aa9 Update source, not build, as Cargo.lock is now committed 2017-07-26 08:20:15 -06:00
Ian Douglas Scott
b0e362c353
Fix repo.sh call for build depends 2017-07-09 09:27:56 -07:00
Ian Douglas Scott
7ebac4fd31
Revert "Attempt to work around jenkins issue"
This reverts commit 1a67b4b2ff.
2017-07-09 09:27:24 -07:00
Jeremy Soller
1a67b4b2ff Attempt to work around jenkins issue 2017-07-09 08:41:06 -06:00
Ian Douglas Scott
a15946a324
System for compile-time dependencies; use for openssl 2017-07-06 14:24:19 -07:00
Ian Douglas Scott
b2f8cc0f17
Pass --target to pkg 2017-06-29 16:09:07 -07:00
Ian Douglas Scott
c9c2b864fa
ca-certificates package; needed by cargo 2017-06-23 12:32:02 -07:00
Jeremy Soller
18fec4b46a Keep unstripped executables in the target directory 2017-06-18 16:42:43 -06:00
Jeremy Soller
20db74be75 Use .tar.gz for all packages 2017-06-18 15:08:18 -06:00
Ian Douglas Scott
fc071063fe
Add "shopt -s nullglob" to fix patch loop 2017-06-08 14:08:41 -07:00
Jeremy Soller
52db55a5ea Merge pull request #15 from ids1024/unstage
Make stage call unstage
2017-06-08 15:01:48 -06:00
Jeremy Soller
ba94943379 Merge pull request #16 from ids1024/patch
Handle patches in prepare
2017-06-08 15:00:41 -06:00
Ian Douglas Scott
649559bfcc
Handle patches in prepare 2017-06-08 12:40:23 -07:00
Ian Douglas Scott
78049f8f11
Make stage call unstage
We don't want the package to potentially have artifacts from a prior
build.
2017-06-08 12:31:30 -07:00
Jeremy Soller
e87d8c0d93 Fix skipping method 2017-06-07 20:08:00 -06:00
Jeremy Soller
bd219d2088 Fix pipeline error exit 2017-06-06 20:45:53 -06:00