summaryrefslogtreecommitdiff
path: root/pcr/i3-gnome/PKGBUILD
blob: 53a19813b062ee5bc16e4c39f2170e2fbd6b1a17 (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>
# Contributor: @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
}