summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fae94f6c1136252fc126f26c15a53e617ff4cfca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Eliot_Alderson <eliotjoking at gmail dot com>

pkgname=profile-sync-daemon-edge-stable
pkgver=2024.02.21
pkgrel=1
pkgdesc="Microsoft Edge Stable support for profile-sync-daemon"
url="https://github.com/graysky2/profile-sync-daemon/issues/279"
arch=('any')
license=('unlicense')
depends=('profile-sync-daemon')
optdepends=(
	'microsoft-edge-stable-bin: the target browser'
)
source=("microsoft-edge")
md5sums=('19f1f55d59e55334b9c61f12b94f35ee')

package() {
	install -Dm644 microsoft-edge "${pkgdir}/usr/share/psd/browsers/microsoft-edge"
}