void-packages/srcpkgs/steam/template
2025-05-04 22:24:21 +02:00

26 lines
878 B
Bash

# Template file for 'steam'
pkgname=steam
version=1.0.0.83
revision=1
archs="i686 x86_64"
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
liberation-fonts-ttf file tar bash coreutils lsof steam-udev-rules"
short_desc="Digital distribution client bootstrap package - Valve's steam client"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="custom: Proprietary license"
homepage="https://steampowered.com/"
distfiles="http://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz"
checksum=791682b0cc7efd946c7002f917c9dd474d2619b7f9ed00891216a8a6b4ac8f82
repository=nonfree
do_install() {
make DESTDIR=${DESTDIR} install
vlicense steam_subscriber_agreement.txt LICENSE
# Ignore steamdeps.
ln -sf /bin/true ${DESTDIR}/usr/bin/steamdeps
# Void-specific documentation.
vdoc "${FILESDIR}/README.voidlinux"
}