summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c3273abe2edff805ef0d238957643b9114d9e906 (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.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
}