summaryrefslogtreecommitdiff
path: root/community/deepin-terminal
diff options
context:
space:
mode:
Diffstat (limited to 'community/deepin-terminal')
-rw-r--r--community/deepin-terminal/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/deepin-terminal/PKGBUILD b/community/deepin-terminal/PKGBUILD
new file mode 100644
index 00000000..641862a7
--- /dev/null
+++ b/community/deepin-terminal/PKGBUILD
@@ -0,0 +1,9 @@
+# make a source tar ball from the "source" tar ball
+# see https://bugs.archlinux32.org/index.php?do=details&task_id=10
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ 2 a find $pkgname-$pkgver \\( '"-name '*.a' -o -name '*.o'"' \\) -delete
+ '
+)"