summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1ff3ba6f4acbcdcc11fd6441b87cfc67afd12bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Author: Artemii Sudakov <finziyr@yandex.ru>
pkgname=homemgr
pkgver=1.8.2
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=("5f6234936174003824bf05afb13dcd4c5c8300431368d8ce726f101d33621c5e")
package() {
install -Dm 755 $srcdir/$pkgname-$pkgver/homemgr $pkgdir/usr/bin/$pkgname
}