summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgudzpoz2023-08-12 17:13:44 +0800
committergudzpoz2023-08-12 17:13:44 +0800
commitb4de9eaa95160462bcb8b626790b80eef707fa31 (patch)
tree8fc4856be3253759489d622dd9e9142c38cd3352 /PKGBUILD
downloadaur-profile-sync-daemon-thunderbird.tar.gz
Adapt config from that of firefox
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..61cf6c349209
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: gudzpoz <gudzpoz@live.com>
+
+pkgname=profile-sync-daemon-thunderbird
+pkgver=2023.08.12
+pkgrel=1
+pkgdesc="Thunderbird support for profile-sync-daemon"
+url="https://github.com/graysky2/profile-sync-daemon/blob/master/common/browsers/firefox"
+arch=('any')
+license=('MIT')
+depends=('profile-sync-daemon')
+optdepends=(
+ 'thunderbird: the target browser'
+)
+source=("thunderbird")
+sha256sums=('3d38c6cf12865b189f562e6919efc7e905008099ad10a92096d3a9068269568e')
+
+package() {
+ install -Dm644 thunderbird "${pkgdir}/usr/share/psd/browsers/thunderbird"
+}