mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
PKGBUILD: add check()
This commit is contained in:
parent
a8c0770ce2
commit
fc961bb30e
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -28,6 +28,10 @@ build() {
|
||||||
ninja
|
ninja
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
ninja test
|
||||||
|
}
|
||||||
|
|
||||||
package_foot() {
|
package_foot() {
|
||||||
pkgdesc="A wayland native terminal emulator"
|
pkgdesc="A wayland native terminal emulator"
|
||||||
depends=(
|
depends=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue