blob: a4bbfeb3f346efca3971f07b6c2dc199ac9445ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
app-id: org.gnu.coreutils
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
finish-args:
- --filesystem=host
command: coreutil-run
modules:
- name: coreutils
buildsystem: simple
sources:
- type: archive
path: ./coreutils-9.1.tar.xz
- type: file
path: ./coreutil-run
build-commands:
- ./configure --prefix=/app --libexecdir=/app/lib
- make
- make install
- install -Dm755 ./coreutil-run /app/bin/coreutil-run
|