🔒 Repository is read-only – file editing is disabled.

recipes/gui/hsetroot/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: hsetroot
pkgver: '1.0.5'
pkgrel: '2'
pkgdesc: 'Tool which allows you to compose wallpapers'
url: 'https://github.com/himdel/hsetroot'
arch: x86_64
depends:
- imlib2
- 'xorg-libxinerama'

makedepends: []
source:
- 'https://github.com/himdel/hsetroot/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make
  install -Dt ${PKGDIR}/usr/bin hsetroot hsr-outputs

package: |
  true