blob: 63d51f5e88412d5ed415881a7ca5adc2b5dcc578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = bare-shell
pkgdesc = Interactive shell in x86_64 Linux assembly
pkgver = 0.2.34
pkgrel = 1
url = https://github.com/isene/bare
install = bare.install
arch = x86_64
license = Unlicense
makedepends = make
makedepends = nasm
depends = bash
provides = bare
options = !strip
source = git+https://github.com/isene/bare.git#tag=v0.2.34
sha256sums = f6dd9aab436b182a02f4c4a48e71cda66c5d92628326b03b48b7571716aefe0f
pkgname = bare-shell
|