Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
51ea7d27
Verified
Commit
51ea7d27
authored
2 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Convert readline to toml
parent
b62ddf4f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
recipes/readline/recipe.sh
+0
-39
0 additions, 39 deletions
recipes/readline/recipe.sh
recipes/readline/recipe.toml
+11
-0
11 additions, 0 deletions
recipes/readline/recipe.toml
recipes/readline/redox.patch
+0
-0
0 additions, 0 deletions
recipes/readline/redox.patch
with
11 additions
and
39 deletions
recipes/readline/recipe.sh
deleted
100644 → 0
+
0
−
39
View file @
b62ddf4f
VERSION
=
7.0
TAR
=
http://ftp.gnu.org/gnu/readline/readline-
$VERSION
.tar.gz
BUILD_DEPENDS
=(
ncurses
)
function
recipe_version
{
echo
"
$VERSION
"
skip
=
1
}
function
recipe_update
{
echo
"skipping update"
skip
=
1
}
function
recipe_build
{
sysroot
=
"
$(
realpath
../sysroot
)
"
export
LDFLAGS
=
"-L
$sysroot
/lib"
export
CFLAGS
=
"-I
$sysroot
/include"
./configure
--disable-shared
--build
=
${
BUILD
}
--host
=
${
HOST
}
--prefix
=
""
"
$REDOX_MAKE
"
-j
"
$(
$NPROC
)
"
skip
=
1
}
function
recipe_test
{
echo
"skipping test"
skip
=
1
}
function
recipe_clean
{
"
$REDOX_MAKE
"
clean
skip
=
1
}
function
recipe_stage
{
dest
=
"
$(
realpath
$1
)
"
"
$REDOX_MAKE
"
DESTDIR
=
"
$dest
"
install
rm
-rf
"
$1
"
/share/
{
doc,info,man
}
skip
=
1
}
This diff is collapsed.
Click to expand it.
recipes/readline/recipe.toml
0 → 100644
+
11
−
0
View file @
51ea7d27
[source]
tar
=
"http://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz"
patches
=
[
"redox.patch"
]
[build]
template
=
"configure"
depends
=
[
"ncurses"
,
]
This diff is collapsed.
Click to expand it.
recipes/readline/
01-config-sub
.patch
→
recipes/readline/
redox
.patch
+
0
−
0
View file @
51ea7d27
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment