dstats.paketlendi

This commit is contained in:
milisarge 2017-06-19 01:48:21 +03:00
parent 0fcc83c8c3
commit 1ecb8cb717
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
# Packager: milisarge
# Depends on: python
name=dstats
name=dstat
version=0.7.3
release=1
source=(https://github.com/dagwieers/dstat/archive/${version}.tar.gz)
build() {
cd $name-$name-$version
cd $name-$version
make DESTDIR=$PKG install
make DESTDIR=$PKG docs
}