# Author: Artemii Sudakov pkgname=homemgr pkgver=1.8.3 pkgrel=1 pkgdesc="Manager of home directories in Linux." arch=('any') url='https://github.com/BiteDasher/homemgr' license=('MIT') depends=('bash' 'sed' 'coreutils' 'shadow' 'tar') optdepends=( 'glibc: native getent command' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BiteDasher/homemgr/archive/${pkgver}.tar.gz") sha256sums=("4e148068393beb5eef377b863e14d130e4e684dae38227b10c2b1883bf4dd5c8") package() { install -Dm 755 $srcdir/$pkgname-$pkgver/homemgr $pkgdir/usr/bin/$pkgname }