Skip to content

Commit

Permalink
add new templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Dec 24, 2021
1 parent b36663e commit 7e954fc
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
13 changes: 13 additions & 0 deletions pd-plugins/udroid-impish-mate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

DISTRO_NAME="udroid"
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"

TARBALL_STRIP_OPT=0

TARBALL_URL['aarch64']=""
TARBALL_SHA256['aarch64']=""
TARBALL_URL['amd64']=""
TARBALL_SHA256['amd64']=""
TARBALL_URL['arm']=""
TARBALL_SHA256['arm']=""
13 changes: 13 additions & 0 deletions pd-plugins/udroid-impish-no_DE.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

DISTRO_NAME="udroid"
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"

TARBALL_STRIP_OPT=0

TARBALL_URL['aarch64']=""
TARBALL_SHA256['aarch64']=""
TARBALL_URL['amd64']=""
TARBALL_SHA256['amd64']=""
TARBALL_URL['arm']=""
TARBALL_SHA256['arm']=""
13 changes: 13 additions & 0 deletions pd-plugins/udroid-impish-xfce4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

DISTRO_NAME="udroid"
DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4"

TARBALL_STRIP_OPT=0

TARBALL_URL['aarch64']=""
TARBALL_SHA256['aarch64']=""
TARBALL_URL['amd64']=""
TARBALL_SHA256['amd64']=""
TARBALL_URL['arm']=""
TARBALL_SHA256['arm']=""
9 changes: 0 additions & 9 deletions pd-plugins/udroid.sh

This file was deleted.

0 comments on commit 7e954fc

Please sign in to comment.