summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f9b5ff2fd55b46e0e62a6812ee687dcea040348c (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
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=("2c1d8edd677b03d560e49d290fd1f023de4465dab2bd1060c0d13102e325d8ef")
package() {
install -Dm 755 $srcdir/$pkgname-$pkgver/homemgr $pkgdir/usr/bin/$pkgname
}