Switch to new package format
This commit is contained in:
+5
-3
@@ -1,9 +1,11 @@
|
||||
name: iso-codes
|
||||
description: Package providing lists of various ISO standards
|
||||
version: 4.20.1
|
||||
revision: 1
|
||||
revision: 2
|
||||
url: https://salsa.debian.org/iso-codes-team/iso-codes
|
||||
license: LGPL2.1-only,FSFAP
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
output_architecture: any
|
||||
type: source
|
||||
@@ -11,7 +13,7 @@ make_depends:
|
||||
- meson
|
||||
- python3
|
||||
downloads:
|
||||
- url: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${BPM_PKG_VERSION}/iso-codes-v${BPM_PKG_VERSION}.tar.gz
|
||||
- url: https://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_${BPM_PKG_VERSION}.orig.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 2d7d9f6084ab9ce6c534ce71a3dd5144b6e474f3c97616459a88f73f44a64bff
|
||||
checksum: 5d551f3ddb32548c4321e9011720fd97751af0107592f79ebffc939bd32f2268
|
||||
@@ -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 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