port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 40s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-27 18:12:24 +03:00
parent d8ebbbba70
commit f6022303db
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
4
5

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: ferrreo <harderthanfire@gmail.com>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13),
node-typescript,
# node-typescript,
npm,
meson,
libgjs-dev,

View File

@ -15,6 +15,8 @@ cd ./ags
# Get build deps
apt-get build-dep ./ -y
npm install
npm install -g typescript@latest
# Build package
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"