# Maintainer: Jesús Castro pkgname=i3-gnome pkgver=3.28.0 pkgrel=10 epoch=1 pkgdesc="Use i3 with GNOME Session integration." arch=('any') url="https://github.com/51v4n/i3-gnome/" license=('MIT') depends=('i3-wm') source=(i3-gnome-3.28.0.zip::https://github.com/51v4n/i3-gnome/archive/3.28.0.zip) md5sums=('3d79148083c13f3cfff42236d6ed4aef') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }