summaryrefslogtreecommitdiff
path: root/manualPorts/mounted/Pkgfile
blob: 904a41ddeb892d9b26a6c69f7f2cff347bce4a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

}