Initial commit - PKGBUILD may not work yet
This commit is contained in:
commit
4234ee373f
5 changed files with 710 additions and 0 deletions
19
PKGBUILD
Executable file
19
PKGBUILD
Executable file
|
@ -0,0 +1,19 @@
|
|||
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/releases/download/v$pkgver/mnt-and-sway-$pkgver.tar.gz'
|
||||
|
||||
package() {
|
||||
make install PREFIX="$pkgdir"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
echo "Place the UUID of your home directory's encrypted partition at ~/fs-uuid on the root partition"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue