port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 40s
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 40s
This commit is contained in:
parent
d8ebbbba70
commit
f6022303db
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
|||||||
4
|
5
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: ferrreo <harderthanfire@gmail.com>
|
Maintainer: ferrreo <harderthanfire@gmail.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
node-typescript,
|
# node-typescript,
|
||||||
npm,
|
npm,
|
||||||
meson,
|
meson,
|
||||||
libgjs-dev,
|
libgjs-dev,
|
||||||
|
2
main.sh
2
main.sh
@ -15,6 +15,8 @@ cd ./ags
|
|||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
npm install
|
||||||
|
npm install -g typescript@latest
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
|
Loading…
Reference in New Issue
Block a user