summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ddf1d9b64fcf300a13089e1c2225779782cbb1ff (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
31
32
33
# Maintainer : sebikul <sebikul@gmail.com>

pkgname=mundus
pkgdesc="Clean and backup your /home folder from old configuration files created by now uninstalled software."
pkgver=3.0.0
pkgrel=1
arch=('any')
url="http://sebikul.github.io/mundus/"
license=('GPL')
conflicts=('mundus-bzr')
depends=('gambas3-gb-image>=3.6.0' \
	 'gambas3-gb-qt4>=3.6.0' \
	 'gambas3-gb-form>=3.6.0' \
	 'gambas3-gb-desktop>=3.6.0' \
	 'gambas3-gb-desktop-x11>=3.6.0' \
	 'gambas3-gb-settings>=3.6.0')
makedepends=('gambas3-devel')
source=(https://github.com/sebikul/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('3e7d932d9609c13e69f2d71ed3ee0a70')


build() {
  cd ${srcdir}/${pkgname}-$pkgver

  make
  
}

package() {
  cd ${srcdir}/${pkgname}-$pkgver

  make DESTDIR=$pkgdir install
}