Initial commit - PKGBUILD may not work yet; gonna keep updating PKGBUILD and Makefile until they work
This commit is contained in:
commit
cf7c08a470
6 changed files with 715 additions and 0 deletions
22
PKGBUILD
Executable file
22
PKGBUILD
Executable file
|
@ -0,0 +1,22 @@
|
|||
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)
|
||||
|
||||
# it wouldn't work so i give up
|
||||
source=('https://git.askiiart.net/askiiart/mnt-and-sway/archive/testing.tar.gz')
|
||||
sha256sums=('22e5c552823d826f46c248cdd7bc7e70cbd82ea1556b3b3ad71cc2f6d7751efd')
|
||||
|
||||
package() {
|
||||
cd mnt-and-sway/
|
||||
make install PREFIX="$pkgdir"/usr
|
||||
}
|
||||
|
||||
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