contrib/i3blocks/Pkgfile

14 lines
372 B
Plaintext

# Description: A flexible scheduler for your i3bar blocks
# URL: https://github.com/vivien/i3blocks
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=i3blocks
version=1.4
release=1
source=(https://github.com/vivien/i3blocks/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make LIBEXECDIR=/usr/lib PREFIX=/usr DESTDIR=$PKG install
}