blob: 891d460a3bfb3c3cd6e06e22d28532d59da9c7df (
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
url: http://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz
sha256: 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423
- type: file
path: ./coreutil-run
build-commands:
- ./configure --prefix=/app --libexecdir=/app/lib
- make
- make install
- install -Dm755 ./coreutil-run /app/bin/coreutil-run
|