Compare commits
7
Commits
4c916f4224
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c78a0f3430
|
||
|
|
e2ba6ae329
|
||
|
|
bd4eecb876
|
||
|
|
04e639c918
|
||
|
|
8230f15567
|
||
|
|
afc5b5e23f
|
||
|
|
8b45971a25
|
@@ -0,0 +1,3 @@
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
+6
-2
@@ -1,12 +1,16 @@
|
||||
name: ostree
|
||||
description: Operating system and container binary deployment and upgrades
|
||||
version: "2025.7"
|
||||
version: "2026.4"
|
||||
revision: 1
|
||||
url: https://github.com/ostreedev/ostree
|
||||
license: LGPL2-or-later
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- avahi
|
||||
- bash
|
||||
- curl
|
||||
- fuse3
|
||||
- gcc-libs
|
||||
@@ -31,4 +35,4 @@ downloads:
|
||||
- url: https://github.com/ostreedev/ostree/releases/download/v${BPM_PKG_VERSION}/libostree-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b
|
||||
checksum: b26c9016eb03bb4ee52cc00c642d56e00fc79ae7faac6bf4aa317d7451339ef7
|
||||
@@ -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