🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: sxiv
pkgver: '26'
pkgrel: '1'
pkgdesc: Simple X Image Viewer
url: 'https://github.com/muennich/sxiv'
arch: x86_64
depends:
- desktop-file-utils
- xdg-utils
- hicolor-icon-theme
makedepends:
- imlib2
- libexif
- xorg-libxft
source:
- 'https://github.com/muennich/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949
build: |
cd ${pkgname}-${pkgver}
ln -s config.def.h config.h
make
package: |
cd ${pkgname}-${pkgver}
make PREFIX=/usr DESTDIR=${PKGDIR} install
make -C icon PREFIX=/usr DESTDIR=${PKGDIR} install
install -Dm644 sxiv.desktop ${PKGDIR}/usr/share/applications/sxiv.desktop