bottles-opener
LOW
maintainer Felitendo
0 votes
scanned 2026-09-21 11:34:50.247705
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=bottles-opener
6
pkgver=0.1.0
7
pkgrel=1
8
pkgdesc="Double-click a file and it opens in its Windows program, inside its Bottles bottle"
9
arch=('any')
10
url="https://github.com/LoonixTools/bottles-opener"
11
license=('GPL-3.0-or-later')
12
depends=('bash' 'coreutils' 'gawk' 'grep' 'sed' 'gettext' 'shared-mime-info' 'systemd')
13
makedepends=('gettext' 'scdoc')
14
optdepends=('bottles: Bottles itself (the Flatpak works too)'
15
'python-yaml: read bottles without starting the Bottles Flatpak'
16
'icoextract: extract file icons without starting the Bottles Flatpak'
17
'libnotify: report files that could not be opened'
18
'desktop-file-utils: refresh the desktop database after a change'
19
'flatpak: open files with the Bottles Flatpak')
20
install="${pkgname}.install"
21
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
22
sha256sums=('4120340cacb141feb4cbbd16475a894873bfff3f4b9ba969614918b68ae5ab6c')
23
24
build() {
25
# pass the version being packaged so `bottles-opener --version` cannot drift
26
# away from pkgver
27
make -C "${pkgname}-${pkgver}" VERSION="$pkgver"
28
}
29
30
package() {
31
make -C "${pkgname}-${pkgver}" VERSION="$pkgver" DESTDIR="$pkgdir" install
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 11:34:50 | Low | 1 |