2021-07-18 02:59:26 +00:00

24 lines
818 B
Plaintext

# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=x11docker
pkgver=6.9.0
pkgrel=0
pkgdesc="run GUI applications and desktops in docker. Focus on security"
url="https://github.com/mviereck/x11docker"
arch="noarch !mips64" # blocked by docker
license="MIT"
depends="bash docker xorg-server-xephyr xwayland xorg-server
xvfb xdotool pulseaudio xinit xclip xauth xhost xrandr zenity
xdpyinfo"
options="!check" # no tests
source="https://github.com/mviereck/x11docker/archive/v$pkgver/x11docker-$pkgver.tar.gz"
package() {
mkdir -p "$pkgdir"/usr/bin
mv x11docker x11docker-gui "$pkgdir"/usr/bin
}
sha512sums="
1a537115f50c3fa482dad95631460134a456d569cffbc36412e698f7f4600cc56c7febc6dcbbc43506e270cb06df9f994ef9b2c91f6cfcd2412bb65f2a6add22 x11docker-6.9.0.tar.gz
"