blob: 964ef50dd0fcd36eecc2ddf8fdc850d44ad8fd79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
app-id: com.hoytech.vmtouch
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: vmtouch
finish-args:
- --filesystem=host:rw
modules:
- name: vmtouch
buildsystem: simple
sources:
- type: git
url: https://github.com/hoytech/vmtouch
build-commands:
- make
- make install PREFIX=/app
|