Switch to new package format
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
name: grub
|
name: grub
|
||||||
description: The GRand Unified Bootloader
|
description: The GRand Unified Bootloader
|
||||||
version: "2.14"
|
version: "2.14"
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/grub/
|
url: https://www.gnu.org/software/grub/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -28,10 +28,10 @@ make_depends:
|
|||||||
- gzip
|
- gzip
|
||||||
- ttf-dejavu
|
- ttf-dejavu
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://ftpmirror.gnu.org/gnu/grub/grub-${BPM_PKG_VERSION}.tar.xz
|
- url: https://ftp.gnu.org/gnu/grub/grub-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: bc8d3c73535b8838d8c8e2654d73edc4e6ae8c8acdb45d5df5dc9a1547446d43
|
checksum: bc8d3c73535b8838d8c8e2654d73edc4e6ae8c8acdb45d5df5dc9a1547446d43
|
||||||
- url: https://ftpmirror.gnu.org/gnu/unifont/unifont-16.0.03/unifont-16.0.03.bdf.gz
|
- url: https://ftp.gnu.org/gnu/unifont/unifont-17.0.04/unifont-17.0.04.bdf.gz
|
||||||
filepath: unifont.bdf.gz
|
filepath: unifont.bdf.gz
|
||||||
checksum: 7f3d1664ac1c051f59a1a1360dd654f78d82c246a688c342e863cec7f6ba95d4
|
checksum: 9a2de4826388242771121c7fe00e412523c318318b8ee38e6be6cd454e7ec802
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user