summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b50fc3083d2115a3112118358987bd14af131764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Dreemurrs Embedded Labs
pkgname=archarm-mobile-fde-installer-git
pkgver=1.0.0
pkgrel=1
pkgdesc='Script to setup Full-Ddisk-Encryption on Arch Linux ARM for PinePhone and PineTab'
arch=('any')
url='https://github.com/dreemurrs-embedded/archarm-mobile-fde-installer'
license=('custom:none')
depends=('git' 'openssl')
optdepends=('gnupg: config import/export support')
source=("git+https://github.com/dreemurrs-embedded/archarm-mobile-fde-installer.git")
sha256sums=('SKIP')
provides=("archarm-mobile-fde-installer=${pkgver}")
depends=(
  'parted'
  'cryptsetup'
  'sudo'
  'wget'
  'tar'
  'squashfs-tools'
  'e2fsprogs'
  'f2fs-tools'
  'util-linux'
  'zstd'
  'curl'
)

package() {
  cd "archarm-mobile-fde-installer/"
  install -m 755 -D installer.sh "${pkgdir}/usr/bin/archarm-mobile-fde-installer"
}