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

recipes/gui/desktop-file-utils/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: desktop-file-utils
pkgver: '0.28'
pkgrel: '2'
pkgdesc: Command line utilities for working with desktop entries
url: 'https://freedesktop.org/software/desktop-file-utils'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- glib
- meson
- ninja
source:
- 'https://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz'
sha256sums:
- 4401d4e231d842c2de8242395a74a395ca468cd96f5f610d822df33594898a70
build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

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

  ninja

  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
  true