summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59e01da953edfaeaafea0c2b7e3aa165f70c9509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Author: Artemii Sudakov <finziyr@yandex.ru>
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
}