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

recipes/gui/sway/PAGBUILD.yaml main

49 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
pkgname: sway
pkgver: '1.12'
pkgrel: '1'
pkgdesc: 'Sway - lekki kafelkowy kompozytor Wayland (i3-compatible)'
url: 'https://swaywm.org'
arch: x86_64
license:
- 'MIT'

depends:
- 'wayland'
- 'wlroots'
- 'libinput'
- 'libxkbcommon'
- 'json-c'
- 'pcre2'
- 'cairo'
- 'pango'
- 'mesa'
- 'systemd'
makedepends:
- meson
- ninja
- wayland-protocols
- 'wlroots'
- 'libinput'
- 'libxkbcommon'
- 'json-c'
- 'pcre2'
- 'cairo'
- 'pango'

source:
- 'https://github.com/swaywm/sway/archive/${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd sway-${pkgver}
  meson setup build \
    --prefix=/usr \
    --buildtype=plain \
    -Dman-pages=disabled
  ninja -C build

package: |
  DESTDIR=${PKGDIR} meson install -C build
  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE