# Maintainer: Andre Bauer pkgname=evelauncher pkgver=1146159 pkgrel=1 epoch= pkgdesc="Unofficial Eve Online Launcher brought to us by CCP Devs. It simplifies the installation of Eve Online on Linux " arch=('any') url="https://forums.eveonline.com/default.aspx?g=posts&t=482663" license=('custom') groups=() depends=('wine' 'libopenssl-1.0-compat') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install=() changelog= source=( "https://binaries.eveonline.com/evelauncher-1146159.tar.gz" "evelauncher.desktop" "icon.png") noextract=() md5sums=('468c81b40abe535695fa2a0b812588db' '39a115108240a68c1f1a4a24837e9632' '37c1b0799f8e671b298c288d900dd7f0') package() { # Install the main files. install -d "${pkgdir}/opt/${pkgname}" cp -a "${srcdir}/evelauncher/." "${pkgdir}/opt/${pkgname}" # Exec bit chmod 755 "${pkgdir}/opt/${pkgname}/evelauncher" # Desktop Entry install -d "${pkgdir}/usr/share/applications" install "${srcdir}/evelauncher.desktop" "${pkgdir}/usr/share/applications" install -d "${pkgdir}/opt/${pkgname}" install "${srcdir}/icon.png" "${pkgdir}/opt/${pkgname}" # Main binary install -d "${pkgdir}/usr/bin" ln -s "/opt/${pkgname}/evelauncher" "${pkgdir}/usr/bin/${pkgname}" }