summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 13d557b5aaf03e0f0d105cfb64d64ba2cab0524c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Leon Styhre <info@es-de.org>

pkgname=emulationstation-de
pkgver=2.0.0
pkgrel=1
pkgdesc="EmulationStation Desktop Edition (ES-DE) is a frontend for browsing and launching games from your multi-platform game collection"
arch=('x86_64')
url="https://es-de.org"
license=('MIT')
depends=('curl' 'ffmpeg' 'freeimage' 'freetype2' 'pugixml' 'sdl2')
makedepends=('cmake' 'curl' 'pkgconf' 'make' 'ffmpeg' 'freeimage' 'freetype2' 'pugixml' 'sdl2')
conflicts=('emulationstation' 'emulationstation-git')
source=("emulationstation-de-stable-2.0-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.0-AUR/emulationstation-de-stable-2.0-AUR.tar.gz")
md5sums=('cb17e9c932a54a9f03ddc9efeca61d72')

build() {
        cmake -DAUR_BUILD=on -B emulationstation-de-stable-2.0-AUR -S emulationstation-de-stable-2.0-AUR
        make -C emulationstation-de-stable-2.0-AUR -j4
}

package() {
        make -C emulationstation-de-stable-2.0-AUR DESTDIR="${pkgdir}" install
}