pkgname: libptytty pkgver: '2.0' pkgrel: '2' pkgdesc: 'An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways' url: 'https://software.schmorp.de/pkg/libptytty.html' arch: x86_64 depends: [] makedepends: - cmake source: - 'https://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON \ .. make make DESTDIR=${PKGDIR} install package: | true