maclookup 0.4 paketlendi.

This commit is contained in:
Aydın Yakar 2017-06-27 19:35:15 +03:00 committed by GitHub
parent 7d3d9c9cf7
commit ed37e5c878
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Description: IEEE MA-L/OUI açık listesinden MAC adresi görüntüleme aracı.
# URL: https://github.com/paraxor/maclookup
# Packager: yakar (aydin@komutan.org)
# Depends on:
name=maclookup
version=0.4
release=1
source=(https://github.com/paraxor/$name/archive/${version}.tar.gz)
build() {
cd "$SRC/$name-$version"
mkdir -p "$PKG/usr/share/$name"
install -Dm755 $name.sh "$PKG/usr/bin/$name"
sh $name.sh -u -f "$PKG/usr/share/$name/oui.txt"
}