makedeb


godot-bin 3.5.1-1


Full 2D and 3D game engine with editor

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for godot-bin.

# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>

pkgname='godot-bin'
_gitname='godot'
provides=('godot')
pkgver='3.5.1'
pkgrel='1'
pkgdesc="Full 2D and 3D game engine with editor"
arch=('x86_64')
depends=('libasound2' 'libc6' 'libenet7' 'libfreetype6' 'libgcc-s1' 'libgl1' 'libogg0' 'libopus0' 'libpcre2-32-0' 'libpng16-16' 'libpulse0' 'libsquish0' 'libstdc++6' 'libtheora0' 'libvorbis0a' 'libvpx6' 'libwebp6' 'libx11-6' 'libxcursor1' 'libxi6' 'libxinerama1' 'libxrandr2' 'libxrender1' 'zlib1g')
license=('MIT')
url="https://github.com/godotengine/${_gitname}"
conflicts=("${_gitname}-git" "${_gitname}")

source=("Godot"::"${url}/releases/download/${pkgver}-stable/Godot_v${pkgver}-stable_x11.64.zip"
        "godot.svg"
        "godot.desktop")
b2sums=('f09a6dfd1aec10787c5b07da516860438630b4e3c23f45e573e351f61685e99ab778885611d0c8e1224b5bb5e80c82896cbedf416da3e3cfe73e6ed5d182f104'
        '6ef66dd3faf7c8dbc763e720bddc8eaaa519843020a41d531c1161bdf38523fde54affeb82e61b17f0e134a5d54d761ab3d38af5b888c798a1cd8f084c7180d5'
        'ecdb082c0e5498b6703a4cd729c55e1030a3264ae224b83472e8a0b3aed5d03d2eaaefcebe7c3ff6cabc0205b84c317cae65d82269cd54d692c99458658a2b28')

package() {
    cd "${srcdir}"
    install -Dm755 "Godot_v${pkgver}-stable_x11.64" "${pkgdir}/usr/bin/godot"
    install -Dm644 "godot.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/godot.svg"
    install -Dm755 "godot.desktop" "${pkgdir}/usr/share/applications/godot.desktop"
}