milis/talimatname/genel/m/maclookup/talimat

20 lines
445 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.

# Tanım: IEEE MA-L/OUI açık listesinden MAC adresi görüntüleme aracı.
# URL: https://github.com/paraxor/maclookup
# Paketçi: yakar (aydin@komutan.org)
# Gerekler:
isim=maclookup
surum=0.4
devir=1
kaynak=(https://github.com/paraxor/$isim/archive/${surum}.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
mkdir -p "$PKG/usr/share/$isim"
install -Dm755 $isim.sh "$PKG/usr/bin/$isim"
sh $isim.sh -u -f "$PKG/usr/share/$isim/oui.txt"
}