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

build(){
  /bin/true
}

check(){
  /bin/true
}

package(){
  /bin/true
}