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

recipes/utils/subsurface-libdc/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: 'subsurface-libdc'
pkgver: '5.0.10'
pkgrel: '2'
pkgdesc: 'Library for communication with dive computers'
url: 'https://github.com/Subsurface-divelog/libdc'
arch: x86_64
depends:
- glibc

makedepends:
- autoconf
- automake
- libtool
- sed
- grep

source:
- 'https://subsurface-divelog.org/downloads/libdivecomputer-subsurface-branch-${pkgver}.tgz'

sha256sums:
- SKIP

build: |
  mv libdivecomputer-subsurface-branch-${pkgver} ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
   autoreconf --install
  ./configure --prefix=/usr
    make
  make DESTDIR=${PKGDIR} install

package: |
  true