Skip to content

Commit

Permalink
Add genromfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhol authored and lazka committed Oct 30, 2024
1 parent d4cb34d commit fdd95c2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions genromfs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Maintainer: Joel Holdsworth <jholdsworth@nvidia.com>

pkgname=genromfs
pkgver=0.5.7
pkgrel=1
pkgdesc="Creates ROMFS images"
arch=('any')
url="https://romfs.sourceforge.net/"
license=("GPL-2+")
makedepends=("gcc")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chexum/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=("2d16d217b11a28809454ddab0cd7c1c0865af8ea79ac0e86af03ab82320f02ab")

build() {
make -C "${srcdir}"/${pkgname}-${pkgver}
}

package() {
make -C "${srcdir}"/${pkgname}-${pkgver} PREFIX=${pkgdir} install
}

0 comments on commit fdd95c2

Please sign in to comment.