File PKGBUILD of Package swsnr-devel
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=swsnr-devel
pkgver=39
pkgrel=1
pkgdesc="My development tools"
arch=("any")
url="https://swsnr.de"
license=('MIT-0')
options=(!strip !debug)
# fakeroot, debugedit, and patch are the minimal base-devel excerpt required to
# build basic -bin packages from AUR.
#
# cpio is required to build UKIs and USIs with mkosi
#
# python-keyring is required for Ansible and osc to use system keyrings for
# credentials.
depends=(
'fakeroot'
'debugedit'
'patch'
'git-gone'
'git-absorb'
'just'
'go'
'rustup'
'cargo-release'
'cargo-deny'
'cargo-outdated'
'cargo-vet'
'cargo-semver-checks'
'gcc'
'pkgconf'
'mkosi'
'cpio'
'osc'
'python-keyring'
'sequoia-sop'
'rsync'
'lego'
'blueprint-compiler'
'go-yq'
'imagemagick'
'oxipng'
'code'
'gnome-search-providers-vscode'
'ansible'
'mutter-devkit'
)
optdepends=()
source=()
sha256sums=()