Skip to content

Commit 7e954fc

Browse files
add new templates
1 parent b36663e commit 7e954fc

File tree

4 files changed

+39
-9
lines changed

4 files changed

+39
-9
lines changed

pd-plugins/udroid-impish-mate.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
DISTRO_NAME="udroid"
4+
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"
5+
6+
TARBALL_STRIP_OPT=0
7+
8+
TARBALL_URL['aarch64']=""
9+
TARBALL_SHA256['aarch64']=""
10+
TARBALL_URL['amd64']=""
11+
TARBALL_SHA256['amd64']=""
12+
TARBALL_URL['arm']=""
13+
TARBALL_SHA256['arm']=""

pd-plugins/udroid-impish-no_DE.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
DISTRO_NAME="udroid"
4+
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"
5+
6+
TARBALL_STRIP_OPT=0
7+
8+
TARBALL_URL['aarch64']=""
9+
TARBALL_SHA256['aarch64']=""
10+
TARBALL_URL['amd64']=""
11+
TARBALL_SHA256['amd64']=""
12+
TARBALL_URL['arm']=""
13+
TARBALL_SHA256['arm']=""

pd-plugins/udroid-impish-xfce4.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
DISTRO_NAME="udroid"
4+
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"
5+
6+
TARBALL_STRIP_OPT=0
7+
8+
TARBALL_URL['aarch64']=""
9+
TARBALL_SHA256['aarch64']=""
10+
TARBALL_URL['amd64']=""
11+
TARBALL_SHA256['amd64']=""
12+
TARBALL_URL['arm']=""
13+
TARBALL_SHA256['arm']=""

pd-plugins/udroid.sh

-9
This file was deleted.

0 commit comments

Comments
 (0)