summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c6920bdc59b1868ee88bbca8a00bb6c4670c09b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: TheOddCell <rayfb.to.1@gmail.com>
pkgname=tmparch
pkgver=3.1.3
pkgrel=2
pkgdesc="Part of the tmplinux suite. Temporary Arch Linux"
arch=('any')
url="https://github.com/TheOddCell/tmparch"
license=('MIT')
depends=('bash' 'arch-install-scripts' 'shadow' 'util-linux' 'systemd' 'squashfs-tools')
makedepends=()
source=("https://github.com/TheOddCell/tmparch/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP')

package() {
  cd "$srcdir/tmparch-$pkgver" 
  install -Dm755 tmparch "$pkgdir/usr/bin/tmparch"
}