milis/talimatname/genel/console-tdm/talimat

15 lines
363 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}