summaryrefslogtreecommitdiff
path: root/vala/Pkgfile
blob: 4e1c579f9367f57caaf3cfad9ce161b7bd5684bd (plain)
    1 # Description: self-hosting compiler that translates Vala source code into C
    2 # URL:         https://wiki.gnome.org/Projects/Vala
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  glib
    5 
    6 name=vala
    7 version=0.48.7
    8 release=1
    9 source=(https://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr \
   14     --disable-valadoc
   15   make
   16   make install DESTDIR=$PKG
   17 }

Generated by cgit