mnt-and-sway/PKGBUILD

22 lines
513 B
Text
Raw Normal View History

pkgname=mnt-and-sway
pkgver=0.0.1
pkgrel=1
pkgdesc="A script to mount a user's encrypted home partition and start sway"
arch=(any)
url='https://git.askiiart.net/askiiart/mnt-and-sway'
license=('GPL-3.0-only')
depends=(cryptsetup make)
source=('https://git.askiiart.net/askiiart/mnt-and-sway/archive/$pkgver.tar.gz'
package() {
ls $pkgdir
cd $pkgdir
make install PREFIX="$pkgdir"
}
post_install() {
echo "Place the UUID of your home directory's encrypted partition at ~/fs-uuid on the root partition"
}