The aur/ directory was entirely gitignored, preventing PKGBUILD and .SRCINFO files from being tracked. Fix .gitignore to only ignore build artifacts and nested .git dirs, matching the owlry-plugins repo convention.
30 lines
904 B
Plaintext
30 lines
904 B
Plaintext
pkgbase = owlry-meta-full
|
|
pkgdesc = Complete Owlry installation with all official plugins and runtimes
|
|
pkgver = 1.0.0
|
|
pkgrel = 2
|
|
url = https://somegit.dev/Owlibou/owlry
|
|
arch = any
|
|
license = GPL-3.0-or-later
|
|
depends = owlry
|
|
depends = owlry-core
|
|
depends = owlry-plugin-bookmarks
|
|
depends = owlry-plugin-calculator
|
|
depends = owlry-plugin-converter
|
|
depends = owlry-plugin-scripts
|
|
depends = owlry-plugin-ssh
|
|
depends = owlry-plugin-system
|
|
depends = owlry-plugin-clipboard
|
|
depends = owlry-plugin-emoji
|
|
depends = owlry-plugin-filesearch
|
|
depends = owlry-plugin-systemd
|
|
depends = owlry-plugin-websearch
|
|
depends = owlry-plugin-media
|
|
depends = owlry-plugin-pomodoro
|
|
depends = owlry-plugin-weather
|
|
optdepends = owlry-lua: Lua runtime for custom user plugins
|
|
optdepends = owlry-rune: Rune runtime for custom user plugins
|
|
conflicts = owlry-full
|
|
replaces = owlry-full
|
|
|
|
pkgname = owlry-meta-full
|