mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 08:15:01 -05:00
Add cryptsetup-multidisk
This commit is contained in:
parent
49763e0f6b
commit
316de809b2
12
src/cryptsetup-multidisk/.SRCINFO
Normal file
12
src/cryptsetup-multidisk/.SRCINFO
Normal file
@ -0,0 +1,12 @@
|
||||
pkgbase = cryptsetup-multidisk
|
||||
pkgdesc = Handle multiple encrypted root devices
|
||||
pkgver = 1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/moparisthebest/archlinux_encrypthook
|
||||
arch = any
|
||||
license = GPL3
|
||||
source = https://codeload.github.com/moparisthebest/archlinux_encrypthook/tar.gz/v1.0
|
||||
sha256sums = e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67
|
||||
|
||||
pkgname = cryptsetup-multidisk
|
||||
|
17
src/cryptsetup-multidisk/PKGBUILD
Normal file
17
src/cryptsetup-multidisk/PKGBUILD
Normal file
@ -0,0 +1,17 @@
|
||||
# Contributor: moparisthebest <admin dot archlinux AT moparisthebest dot com>
|
||||
|
||||
pkgname=cryptsetup-multidisk
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Handle multiple encrypted root devices'
|
||||
arch=('any')
|
||||
license=('GPL3')
|
||||
url="https://github.com/moparisthebest/archlinux_encrypthook"
|
||||
source=("https://codeload.github.com/moparisthebest/archlinux_encrypthook/tar.gz/v$pkgver")
|
||||
sha256sums=('e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67')
|
||||
|
||||
package() {
|
||||
cd "archlinux_encrypthook-$pkgver"
|
||||
install -D -m644 encrypt_hook "${pkgdir}"/usr/lib/initcpio/hooks/encrypt-multidisk
|
||||
install -D -m644 encrypt_install "${pkgdir}"/usr/lib/initcpio/install/encrypt-multidisk
|
||||
}
|
Loading…
Reference in New Issue
Block a user