xfce4/lshw/Pkgfile
2019-08-19 00:45:25 +02:00

21 lines
341 B
Plaintext

# Description: HardWare LiSter for Linux
# URL: https://github.com/lyonel/lshw
# Maintainer: jolupa, jlpavon at me dot com
# Depends on:
name=lshw
version=B.02.18
release=1
source=(https://github.com/lyonel/$name/archive/$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}