-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include grub source code in port dumps.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is not an actual port and just exists so that the grub source code is | ||
# distributed in port dumps because the release images contain grub. | ||
version=2.04 | ||
src_url=https://ftp.gnu.org/gnu/grub/grub-$version.tar.xz | ||
src_type=tar.xz | ||
src_sha256=e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d | ||
|
||
build() { | ||
echo "Cannot build grub: This is not an actual port." >&2 | ||
return 1 | ||
} |