blob: 26a46659bc1f80a52406e69a1b7dcfbc769c611a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = doas-keepenv
pkgdesc = A shell script for running the doas command with keeping environment variables
pkgver = 1.0
pkgrel = 1
url = https://github.com/stas-badzi/doas-keepenv
arch = any
license = MIT
makedepends = coreutils
depends = coreutils
depends = opendoas
source = https://github.com/stas-badzi/doas-keepenv/archive/refs/tags/1.0.tar.gz
sha256sums = aaf892d9b7a9775f4451bd1e1551dfb14b24dcdb2870bf6af4b524e0a421be27
pkgname = doas-keepenv
|