diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..5cecd5305512 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = wut-git + pkgdesc = A Wii U toolchain/SDK for creating RPX/RPL + pkgver = 0.1 + pkgrel = 1 + url = https://github.com/decaf-emu/wut + arch = x86_64 + license = GPLv2 + makedepends = cmake + makedepends = zlib + makedepends = git + depends = devkitppc + provides = wut + options = !strip + options = !buildflags + source = git+https://github.com/decaf-emu/wut + md5sums = SKIP + +pkgname = wut-git + |