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

recipes/utils/pm-quirks/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: pm-quirks
pkgver: '20100619'
pkgrel: '2'
pkgdesc: pm-utils is a small collection of scripts that handle suspend and resume on behalf of HAL
url: 'https://pm-utils.freedesktop.org/wiki/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://pm-utils.freedesktop.org/releases/pm-quirks-${pkgver}.tar.gz'
sha256sums:
- 14a50518928c27417cdc8bcbabb32b3d986931de105149aa248d8883e56c61ec
build: |
  install -m755 -d "${PKGDIR}/usr/lib/pm-utils/video-quirks"
  install -m644 video-quirks/*.quirkdb "${PKGDIR}/usr/lib/pm-utils/video-quirks/"
package: |
  true
update: |
  local url ext
  ext=".tar.gz"
  url="https://pm-utils.freedesktop.org/releases/"
  lynx -read_timeout=20 -dump -listonly -nonumbers \
  $url/?C=M\;O=D|grep ${pkgname}|grep $ext$|head -1|sed "s@$url/${pkgname}-@@"|sed "s/$ext//"