summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKimiblock2023-06-30 15:03:29 +0800
committerKimiblock2023-06-30 15:03:29 +0800
commitad8a38432b2cbcb48d4d3a8b1c14bd56a2c42115 (patch)
tree6efdf4ebd6fa40eafe68de12032d79f2fff6b235 /PKGBUILD
downloadaur-librewolf-gnome-search-provider.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c7095c4d9467
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Kimiblock Moe <pn3535@icloud.com>
+
+pkgname=librewolf-gnome-search-provider
+pkgver=1
+pkgrel=1
+pkgdesc="GNOME shell search provider for LibreWolf (Based on firefox-gnome-search-provider)"
+arch=(any)
+license=(GPL3)
+depends=('librewolf')
+source=(librewolf-search-provider.ini)
+sha256sums=('914e023463ce7f818540552f29a7420bba6da4133dfbee8815baeed24725ad0f')
+install=librewolf-gnome-search-provider.install
+
+package() {
+ install -Dm644 librewolf-search-provider.ini -t "$pkgdir"/usr/share/gnome-shell/search-providers
+}