summaryrefslogtreecommitdiff
path: root/pcr/i3-gnome/PKGBUILD
blob: f4d1c385f2310b8072644970009c3077664f07f6 (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
# Maintainer (AUR): Jesús Castro <x51v4n@gmail.com>
# Contributors (AUR): @killajoe, @Snowmobil, @ThomasWeiser (GitHub)
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

# parabola changes and rationale:
#  - no changes.

pkgname=i3-gnome
pkgver=3.0
pkgrel=8
epoch=1
pkgdesc="Starts i3 inside a gnome session."
arch=('any')
url="https://github.com/51v4n/i3-gnome/"
license=('MIT')
depends=('i3-wm')
source=(i3-gnome-3.0.zip::https://github.com/51v4n/i3-gnome/archive/3.0.zip)
md5sums=('bf68e20252e6ae9dcc386b868a20f591')

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

  make
}

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

  make DESTDIR="$pkgdir/" install
}