initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

21
obmenu-generator/PKGBUILD Normal file
View File

@@ -0,0 +1,21 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=obmenu-generator
pkgver=0.91
pkgrel=1
pkgdesc="A fast pipe/static menu generator for the Openbox Window Manager (with icons support)."
url='https://github.com/trizen/obmenu-generator'
arch=('any')
license=('GPL-3')
install=$pkgname.install
depends=('perl>=5.14.0' 'openbox' 'perl-data-dump' 'perl-gtk' 'perl-linux-desktopfiles>=0.25')
optdepends=('perl-file-desktopentry: locale support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('9829b8cac6464eabec197d9c9c51beefad3619d42e602181d6873ddd1ed1c848a8eeed6ca6495c332fe97e82a55a05e34c42cc3a95b4ff22c9481470a9ea6ef5')
package() {
cd "$pkgname-$pkgver"
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "schema.pl" "$pkgdir/etc/xdg/$pkgname/schema.pl"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}