🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: flameshot
pkgver: '14.0.0'
pkgrel: '1'
pkgdesc: Powerful yet simple to use screenshot software
url: 'https://github.com/lupoDharkael/flameshot'
arch: x86_64
depends:
- hicolor-icon-theme
makedepends:
- qt6-svg
- make
- qt6-tools
source:
- 'https://github.com/lupoDharkael/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- 810c399f3b9fbfd72e24e61417ede24243925f9c0d03040a8aba0d4866676d93
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=${PKGDIR} install
package: |
# In conflict with zsh-completions
rm -rf ${PKGDIR}/usr/share/zsh