initial commit
This commit is contained in:
commit
e665fbc44d
1 changed files with 22 additions and 0 deletions
22
APKBUILD
Normal file
22
APKBUILD
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||
pkgname=teaiso
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="The ISO generation tool for GNU/Linux."
|
||||
arch="all"
|
||||
url="https://gitlab.com/tearch-linux/applications-and-tools/teaiso"
|
||||
license="GPL3"
|
||||
depends="xorriso mtools squashfs-tools py3-yaml busybox unzip binutils grub"
|
||||
makedepends="git make gcc wget"
|
||||
source="https://gitlab.com/tearch-linux/applications-and-tools/teaiso/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
provides="mkteaiso"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
Loading…
Reference in a new issue