# Description: Wrapper for use by conky to show mounted partitions # URL: https://git.eckner.net/Erich/mounted # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: conky name=mounted version=0.1 release=1 source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") build() { cd ${name}-${version} make make DESTDIR=$PKG install }