mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-04 06:47:49 +00:00
8 lines
107 B
Bash
Executable file
8 lines
107 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -e
|
|
meson build --prefix=/usr
|
|
cd build
|
|
ninja
|
|
sudo ninja install
|
|
com.github.bleakgrey.tootle
|