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

recipes/utils/libptytty/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
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