summaryrefslogtreecommitdiff
path: root/libdazzle/Pkgfile
blob: c748d8d52fb6ac2d1c92d53fba0bd5aa0037fd40 (plain)
    1 # Description: A library to delight your users with fancy features
    2 # Maintainer:  Aaron Ball, nullspoon at oper dot io
    3 # URL:         https://gitlab.gnome.org/GNOME/libdazzle
    4 # Depends on:  gtk3
    5 name=libdazzle
    6 version=3.44.0
    7 release=1
    8 source=(https://download.gnome.org/sources/${name}/${version%.*}/${name}-${version}.tar.xz)
    9 
   10 build() {
   11   cd ${name}-${version}
   12 
   13   meson --prefix=/usr . build
   14   cd build
   15   ninja
   16   DESTDIR="${PKG}" ninja install
   17 }

Generated by cgit