makedeb


dove-policies 20241019-1


Standard Dove policies for Mozilla Thunderbird

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for dove-policies.

# Maintainer: celenity <celenity@celenity.dev>
pkgname=dove-policies
pkgver=20241019
pkgrel=1
pkgdesc="Standard Dove policies for Mozilla Thunderbird"
arch=(any)
license=('GPL3')
url="https://dove.celenity.dev"
source=('policies.json')
sha512sums=('f810c822fcd5b52165530a4163cbedf4f4df5aa2485e43ae1b00e68531982ef17a514f2aeae7f49c2e468627d035a7131fd10f4f5778646aae67384eb00f3821')

pkgver() {
    echo "$pkgver"
}

package() {
    install -Dm644 "$srcdir/policies.json" "$pkgdir/usr/lib/thunderbird/distribution/policies.json"
}