summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b0a82d1866c6c265d7216a053f607dbf0e1783e7 (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
# Maintainer: Daniel Goß <developer@flashsystems.de>
pkgname=checkunits
pkgver=1.1
pkgrel=1
pkgdesc="Checks the systemd configuration and makes suggestions to optimize and repair it."
arch=(any)
url="https://github.com/FlashSystems/CheckUnits"
license=('MIT')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/FlashSystems/CheckUnits/archive/v$pkgver.tar.gz")
noextract=()
md5sums=('fd83b78fdaff9809c11c138c3c60b7c5')

package() {
  cd "CheckUnits-$pkgver"

  # These dependencies are only necessary at runtime
  depends+=('systemd>=239' 'bash>=4.4' 'coreutils')

  install -Dm 755 'checkunits.sh' "$pkgdir/usr/bin/checkunits"
}