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

recipes/gui/sakura/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: sakura
pkgver: '3.8.9'
pkgrel: '2'
pkgdesc: 'A terminal emulator based on GTK and VTE'
url: 'https://launchpad.net/sakura'
arch: x86_64
depends: []
makedepends:
- cmake
- gtk3
- vte
- 'xorg-libxft'

source:
- 'https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -i \
  's|Ubuntu Mono,monospace 13|Ubuntu Mono,monospace 10|g' \
  src/sakura.c
  cmake -DCMAKE_INSTALL_PREFIX=/usr .
  make
  make DESTDIR=${PKGDIR} install

package: |
  true