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