summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..304ca002fdf9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: justforlxz <justforlxz@gmail.com>
+
+pkgname=deepin-desktop-environment-meta-git
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='Deepin desktop environment meta package for git version'
+arch=('x86_64' 'aarch64')
+url="https://github.com/linuxdeepin/"
+license=('GPL3')
+depends=(
+ startdde-git
+ deepin-kwin-reborn-git
+ deepin-wallpapers-git
+ deepin-control-center-git
+ deepin-file-manager-git
+ deepin-dock-git
+ deepin-session-ui-git
+ deepin-session-shell-git
+ deepin-polkit-agent-git
+)