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

recipes/utils/mobile-broadband-provider-info/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: 'mobile-broadband-provider-info'
pkgver: '20251101'
pkgrel: '1'
pkgdesc: 'Network Management daemon'
url: 'https://git.gnome.org/browse/mobile-broadband-provider-info/'
arch: x86_64
depends: []
makedepends:
- meson
- libxslt

source:
- 'https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

  meson setup .. \
         --prefix=/usr          \
              --buildtype=release

  ninja

  DESTDIR=${PKGDIR} ninja install

package: |
  true