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

recipes/gui/flburn/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: flburn
pkgver: '3cc464'
pkgrel: '3'
pkgdesc: 'CD/DVD burning application'
url: 'https://sourceforge.net/projects/gnomebaker/'
arch: x86_64
depends: []
makedepends:
- git
- fltk
- libburn
- libisoburn

source: []
sha256sums: []
build: |
  git clone git://git.code.sf.net/p/flburn/code flburn-${pkgver}
  cd flburn-${pkgver}
  make

  install -D -m755 "${pkgname}" "${PKGDIR}/usr/bin/${pkgname}"

package: |
  true