summaryrefslogtreecommitdiff
path: root/cmatrix/Pkgfile
blob: 9df8a556a8e66965e0e43599bfc91f2170d41efd (plain)
    1 # Description: Show a scrolling 'Matrix' like screen in Linux.
    2 # URL:         http://www.asty.org/cmatrix/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager:    Vincenzo Colosimo vico at bicisport dot de
    5 # Depends on:  cmake
    6 
    7 name=cmatrix
    8 version=2.0
    9 release=1
   10 source=(https://github.com/abishekvashok/cmatrix/archive/v$version/$name-v$version.tar.gz)
   11 
   12 build() {
   13    cd $name-$version
   14    ls
   15 
   16    cmake -DCMAKE_INSTALL_PREFIX=/usr
   17 
   18    make
   19    make DESTDIR=$PKG install
   20 
   21    install -D -m644 -groot -oroot cmatrix.1 $PKG/usr/share/man/1/cmatrix.1
   22    install -D -m644 -groot -oroot matrix.fnt $PKG/usr/share/kbd/consolefonts/matrix.fnt
   23    install -D -m644 -groot -oroot matrix.psf.gz $PKG/usr/share/kbd/consolefonts/matrix.psf.gz
   24    install -D -m644 -groot -oroot mtx.pcf $PKG/usr/share/fonts/X11/misc/mtx.pcf
   25 }

Generated by cgit