mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05: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
|
||||
}
|
||||
|
||||
check() {
|
||||
ninja test
|
||||
}
|
||||
|
||||
package_foot() {
|
||||
pkgdesc="A wayland native terminal emulator"
|
||||
depends=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue