summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af9f2d9c3ba43a71e39986f0c681af4d533273ff (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
28
29
30
31
32
33
34
# Maintainer: Patrick Niklaus <patrick.niklaus@student.kit.edu>
pkgname=i3-gnome
pkgver=5.1
pkgrel=1
pkgdesc="Starts i3 inside a gnome session."
arch=('any')
url="https://github.com/TheMarex/i3-gnome"
license=('MIT')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(i3-gnome-5.1.zip::https://github.com/TheMarex/i3-gnome/archive/5.1.zip)
noextract=()
md5sums=('c9a547518532b7b7f31e9f3574a2c03c')

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

  make
}

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

  make DESTDIR="$pkgdir/" install
}