summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 58d130578b859381707e132805054c7f66efddd5 (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
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=pantheon-core-git
pkgver=20180925
pkgrel=9
pkgdesc='Meta package for the complete Pantheon desktop & apps (core utilities)'
arch=(any)
url='http://elementary.io'
license=(LGPL)
makedepends=(bzr mutter-781835-workaround)
depends=(granite-git
  pantheon-gala-git
  wingpanel-git
  lightdm
  lightdm-settings
  lightdm-pantheon-greeter-git
)

build(){
  /bin/true
}

check(){
  /bin/true
}

package(){
  /bin/true
}