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

recipes/gui/lemonbar/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: lemonbar
pkgver: '1.5'
pkgrel: '1'
pkgdesc: A featherweight, lemon-scented, bar based on xcb.
url: 'https://github.com/LemonBoy/bar'
arch: x86_64
depends: []
makedepends:
- libxcb
- git
- xorg-libxinerama
- perl
source:
- 'https://github.com/LemonBoy/bar/archive/v${pkgver}.tar.gz'
sha256sums:
- bc8defe0ce6e4c1b16fd6ba3080a08e4502d6cf9d09440186044eae6b2d7460d
build: |
  cd bar-${pkgver}

  make all doc
  install -Dm755 lemonbar   ${PKGDIR}/usr/bin/lemonbar
  install -Dm644 lemonbar.1 ${PKGDIR}/usr/share/man/man1/lemonbar.1
package: |
  true