Search Criteria
Package Details: libllfat git-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libllfat.git (read-only, click to copy) |
---|---|
Package Base: | libllfat |
Description: | library for low-level access to a FAT12/16/32 filesystem |
Upstream URL: | http://github.com/sgerwk/libllfat |
Keywords: | data-recovery dos fat12 fat16 fat32 filesystem vfat |
Licenses: | GPL3 |
Submitter: | sgerwk |
Maintainer: | sgerwk |
Last Packager: | sgerwk |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2018-04-18 16:16 (UTC) |
Last Updated: | 2021-04-21 11:21 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
dreieck commented on 2023-09-22 14:51 (UTC)
You download the latest state from a GIT repository.
So you must:
libllfat-git
(i.e. with the-git
suffix),provides=("libllfat")
,conflicts=("libllfat")
,pkgver()
function,and if
pkgver()
returns an official upstream version number (if it is somewhere retrievable from upstream, do all efforts to return it), for convenience replaceprovides=("libllfat")
byprovides=("libllfat=${pkgver}")
.See the Arch Wiki VCS package guidelines for more information.
Please fix.
Thanks for maintaining!