summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a288413ee49a2934a4e05dacfc615fb4da388a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname=zenmaster
pkgver=1.0.5
pkgrel=9
pkgdesc="Set up your Arch Installation the way you like. (Inspired by Ninite)"
arch=('any')
url="https://gitlab.com/nexttechcreations/arch-zenmaster"
license=('MIT')
depends=('coreutils' 'bash' 'pacman' 'pacman-contrib' 'systemd' 'procps-ng' 'util-linux' 'libnotify' 'cpupower' 'sudo')

source=("https://gitlab.com/nexttechcreations/arch-zenmaster/-/archive/1.0.5.9/arch-zenmaster-1.0.5.9.tar.gz")
sha256sums=('SKIP')

package() {
  cd "$srcdir/arch-zenmaster-1.0.5.9"

  install -Dm755 zenmaster "$pkgdir/usr/bin/zenmaster"

  install -d "$pkgdir/usr/share/zenmaster"
  cp -r scripts "$pkgdir/usr/share/zenmaster/"
}