blob: b2c306d14b18a70d2c7ddbad76f1b5892d716239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
name: game-git
version: 1.0
release: 1
summary: a game without a name
website: https://github.com/Arinerron/Game
contact: game@aaronesau.com
maintainer: Aaron Esau
sources:
- git: https://github.com/Arinerron/Game.git
branch: master
dependencies:
- pkgbuild: jdk-openjdk
- pkgbuild: jre-openjdk
movements:
- '.': /usr/share/game
chown: root:root
chmod: 755
- game: /usr/bin/
chown: root:root
chmod: 755
scripts:
- build: compile.sh
|