#!/bin/mkpkg
# description: X authority file utility
# url: https://xorg.freedesktop.org

name=x11-xauth
version=1.1.5
release=1
depends=(libx11 libxau libxext libxmu)
source=(https://www.x.org/releases/individual/app/xauth-$version.tar.xz)

build() {
    cd xauth-$version
    
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG install
}

signify() {
    untrusted comment: public key
    RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}

# vim: filetype=sh
