summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..af200268ec54
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+pkgname=thunar-hardlinkcopy
+pkgdesc="Add a custom action to Thunar to perform hard link copies. Replace 'owner' in PKGBUILD with your username."
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+source=("uca.xml")
+md5sums=('SKIP')
+depends=('zenity')
+
+package() {
+ mkdir -p $pkgdir/home/owner/.config/Thunar/
+ cp uca.xml $pkgdir/home/owner/.config/Thunar/
+}