aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/colobot-data/template
blob: c12704ba62a89cc73461601a8416953fdecc0b1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'colobot-data'
pkgname=colobot-data
version=0.2.1
revision=1
build_wrksrc="colobot-data-colobot-gold-${version}-alpha"
build_style=cmake
hostmakedepends="python3"
short_desc="Real-time strategy game, where you can program your units (data files)"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/colobot/colobot-data"
distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz
 https://colobot.info/files/music/colobot-music_ogg_${version}-alpha.tar.gz"
checksum="409152eaa591210211310ff2f5c459f420c10ce5b85d05b07ba5695cf7584570
 55e89d244f1f63e2467ef71253ca881ee31279f02aac9ac4706ef26c466306e9"

post_extract() {
	mv *.ogg LICENSE.txt ${build_wrksrc}/music/
}