summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 906b19a6dbadc4e87e45e60a9ec2067562e17ad5 (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
# 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.1
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=('9606df016d028afa91620a9d9e167290')


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

  make
}

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

  make DESTDIR=$pkgdir install
}