summaryrefslogtreecommitdiff
path: root/xorg/Pkgfile
blob: ba31e68e50d5dcf7c84fd0c3277dd0f0f37f1f66 (plain)
    1 # Description: x.org's implementation of X11
    2 # URL: https://www.x.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-xf86-input-libinput xorg-xf86-video-vesa xorg-xinit xorg-xauth xorg-rgb xkeyboard-config
    5 
    6 name=xorg
    7 version=7.7
    8 release=2
    9 source=()
   10 
   11 build() {
   12     install -d $PKG/usr/etc
   13     echo "$name version $version" > $PKG/usr/etc/$name
   14 }

Generated by cgit