🔒 Repository is read-only – file editing is disabled.

recipes/gui/xorg-xauth/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'xorg-xauth'
pkgver: '1.1.5'
pkgrel: '1'
pkgdesc: 'Xorg authorization setting program.'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorgproto
- 'xorg-libx11'
- 'xorg-libxau'
- 'xorg-libxext'
- 'xorg-libxmu'

source:
- 'https://ftp.x.org/pub/individual/app/xauth-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd xauth-1.1.5
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make

package: |
  cd xauth-1.1.5
  make DESTDIR="${PKGDIR}" install

update: |
  local ext url name LINX
  LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
  ext=".tar.bz2"
  url="https://ftp.x.org/archive//individual//app"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/xauth-"|sed "s@$ext\$@@"|sed "s@$url/xauth-@@"|head -1