blob: edf7343fc6146cc1b8a4113dfd1ab063d4e7b23f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = mkfromtree
pkgdesc = Easily create folder and file structure from tree text input
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/codewithmoss/mkfromtree
arch = any
license = MIT
depends = bash
depends = coreutils
source = https://raw.githubusercontent.com/codewithmoss/mkfromtree/main/mkfromtree.sh
sha256sums = SKIP
pkgname = mkfromtree
|