summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1eba857d21a2b0c79ca5b19847157dbb954264cb (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=12
pkgdesc='Meta package for the complete Pantheon desktop & apps (core utilities)'
arch=(any)
url='http://elementary.io'
license=(LGPL)
makedepends=(bzr libsignon-glib)
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
}