summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 61cf6c34920928e8fff71b01c127bd6e0e1bd7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
}