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

recipes/gui/swaybg/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: swaybg
pkgver: '1.2.2'
pkgrel: '1'
pkgdesc: 'Swaybg - tapeta / tlo dla kompozytorow wlroots'
url: 'https://github.com/swaywm/swaybg'
arch: x86_64
license:
- 'MIT'

depends:
- 'wayland'
makedepends:
- meson
- ninja
- wayland-protocols


source:
- 'https://github.com/swaywm/swaybg/archive/refs/tags/v${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd swaybg-${pkgver}
  meson setup build --prefix=/usr -Dman-pages=disabled
  ninja -C build
  DESTDIR=${PKGDIR} meson install -C build
  

package: |
  true