summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 207c18e3e7aba2cb4d74031476b2ac3f6a6430f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Jesús Castro <x51v4n@gmail.com>

pkgname=i3-gnome
pkgver=3.32.1
pkgrel=1
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
url="https://github.com/csxr/i3-gnome/"
license=('MIT')
depends=('i3-wm')
source=(i3-gnome-3.32.1.zip::https://github.com/csxr/i3-gnome/archive/3.32.1.zip)
md5sums=('927c38bb3c92b1cf6a018af93acf5be9')

build() {
  cd "$pkgname-$pkgver"

  make
}

package() {
  cd "$pkgname-$pkgver"

  make DESTDIR="$pkgdir/" install
}