summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Endres2023-04-23 23:31:18 +0200
committerFrank Endres2023-04-23 23:31:18 +0200
commit773d03ff9c83738c4dd87c656ac7cd3fb5fddca9 (patch)
treed36343841a9813818f10f763295cdd9e1b2b0afb
downloadaur-773d03ff9c83738c4dd87c656ac7cd3fb5fddca9.tar.gz
initial version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3362e52a917d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = thunderbird-grammalecte
+ pkgdesc = Thunderbird Grammalecte plugin (orthographe et grammaire en langue française)
+ pkgver = 2.1.1
+ pkgrel = 1
+ url = https://grammalecte.net/
+ arch = any
+ groups = office
+ license = GPL 3
+ depends = thunderbird>=68
+ noextract = -2.1.1.xpi
+ source = thunderbird-grammalecte-2.1.1.xpi::https://addons.thunderbird.net/user-media/addons/_attachments/809689/grammalecte_fr_for_thunderbird-2.1.1-tb.xpi
+ sha256sums = 0a1420ac53e3260d72e2bb05550cb6efacc37daadc9c9cae766e0c1f48f61c31
+
+pkgname = thunderbird-grammalecte
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4a1a7a38fa28
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Frank Endres <frankendres@tuxfamily.org> - disabled, use first@last.fr
+
+pkgname=thunderbird-grammalecte
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Thunderbird Grammalecte plugin (orthographe et grammaire en langue française)"
+arch=('any')
+url="https://grammalecte.net/"
+license=('GPL 3')
+groups=('office')
+depends=('thunderbird>=68')
+source=("${pkgname}-${pkgver}.xpi::https://addons.thunderbird.net/user-media/addons/_attachments/809689/grammalecte_fr_for_thunderbird-${pkgver}-tb.xpi")
+noextract=("${_name}-${pkgver}.xpi")
+sha256sums=('0a1420ac53e3260d72e2bb05550cb6efacc37daadc9c9cae766e0c1f48f61c31')
+
+package() {
+ _extension_id="French-GC-TB@grammalecte.net"
+ _extension_dest="${pkgdir}/usr/lib/thunderbird/extensions/${_extension_id}"
+ install -Dm644 "${srcdir}/${pkgname}-${pkgver}.xpi" "${_extension_dest}.xpi"
+}