summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 94f3a695cfe65fddf637d8b8cb95eddf2f2b4e30 (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: Matthew Ralston <mrals89@gmail.com>
pkgname="curam-git"
pkgver=0.0.1
pkgrel=1
pkgdesc="Provides maintenace functions for Arch Linux."
arch=('any')
url="https://github.com/MatthewRalston/curam"
license=('GPL')
groups=()
depends=('perl' 'package-query' 'rsync' 'aws-cli')
makedepends=('git')
optdepends=()
provides=('curam-git')
backup=('etc/curam/curam.conf' 'etc/curam/home_excludes.conf' 'etc/curam/media_excludes.conf' 'etc/curam/os_excludes.conf' 'etc/curam/symlinks_check.conf')
options=()
source=("https://github.com/MatthewRalston/curam/archive/v0.0.1.tar.gz")
#autofill using updpkgsums

build() {
  cd "$srcdir/curam-${pkgver}/src"
  make PREFIX=/usr docs
}

package() {
  cd "$srcdir/curam-${pkgver}/src"

  make DESTDIR="$pkgdir/" install
}
md5sums=('0f1e465955fee056a1c3d9231f7da9af')