mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
20 lines
625 B
Bash
20 lines
625 B
Bash
#
|
|
# Games Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
|
|
|
pkgname=performous-songs
|
|
pkgver=20110130
|
|
pkgrel=1
|
|
pkgdesc="A collection of free songs for performous game."
|
|
url="http://performous.org/songs.html"
|
|
arch=('any')
|
|
license=('CCPL:by-sa')
|
|
changelog=ChangeLog
|
|
source=('http://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip')
|
|
md5sums=('350226f3f971b45666b421e2e782273b')
|
|
|
|
package() {
|
|
install -d ${pkgdir}/usr/share/performous/songs
|
|
cp -r ${srcdir}/songs ${pkgdir}/usr/share/performous/songs
|
|
} |