Pacman

class Pacman(source)

Integrates Pacman into your build.

This plugin adds the pacman extension to scripts:

val deploy by job {
image("archlinux:latest")

script {
pacman.sync("git")
shell("git describe")
}
}

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun sync(vararg pkg: String): <Error class: unknown class>

Executes pacman -Syuu pkg.