generated from packages/package_template
[world] 'retroarch-assets-1:532-1' add
Some checks failed
Publish / Build and publish (push) Failing after 3m6s
Some checks failed
Publish / Build and publish (push) Failing after 3m6s
This commit is contained in:
55
PKGBUILD
Normal file
55
PKGBUILD
Normal file
@@ -0,0 +1,55 @@
|
||||
# Maintainer: Cory Sanin <corysanin@artixlinux.org>
|
||||
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
|
||||
|
||||
pkgbase=retroarch-assets
|
||||
pkgname=(
|
||||
retroarch-assets-glui
|
||||
retroarch-assets-ozone
|
||||
retroarch-assets-xmb
|
||||
)
|
||||
pkgver=532
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='XMB menu assets for RetroArch'
|
||||
arch=(any)
|
||||
url=http://www.libretro.com/
|
||||
license=(GPL)
|
||||
groups=(libretro)
|
||||
depends=(retroarch)
|
||||
makedepends=(git)
|
||||
_commit=2d24ef2972a709f870cc3f73853158fa2376f37d
|
||||
source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
|
||||
sha256sums=('5b45e41d12ac657519ac1706f9b467f4f90f9881d5fa1f604e2e4987417e11e7')
|
||||
|
||||
pkgver() {
|
||||
cd retroarch-assets
|
||||
|
||||
git rev-list --count HEAD
|
||||
}
|
||||
|
||||
package_retroarch-assets-glui() {
|
||||
depends+=(retroarch-assets-xmb)
|
||||
|
||||
cd retroarch-assets
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
|
||||
cp -dr --no-preserve=ownership glui "${pkgdir}"/usr/share/retroarch/assets/
|
||||
}
|
||||
|
||||
package_retroarch-assets-ozone() {
|
||||
depends+=(retroarch-assets-xmb)
|
||||
|
||||
cd retroarch-assets
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
|
||||
cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
|
||||
}
|
||||
|
||||
package_retroarch-assets-xmb() {
|
||||
cd retroarch-assets
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
|
||||
cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
Reference in New Issue
Block a user