console-tdm.paketlendi

This commit is contained in:
milisbir 2017-08-09 17:50:27 +03:00
parent 26768e90e3
commit f12d1a346c
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Description: cdm tabanlı giriş yöneticisi
# URL: https://github.com/dopsi/console-tdm
# Packager: milisarge
# Depends on: xorg-xinit
name=console-tdm
version=1.2.2
release=1
source=(https://github.com/dopsi/console-tdm/archive/v$version.tar.gz::$name-$version.tar.gz)
build() {
cd "$SRC/$name-$version"
make DESTDIR="$PKG" PREFIX="/usr" install
}