summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Laskar2015-12-11 19:29:44 +0100
committerGabriel Laskar2015-12-11 19:29:44 +0100
commit52e2a5c9c5ee7c6543ce863c2ca345fb5c171341 (patch)
treecf88e9813190ff801220e158ab1fa4d7aede18fb
downloadaur-52e2a5c9c5ee7c6543ce863c2ca345fb5c171341.tar.gz
inital commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD34
2 files changed, 46 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b82558525878
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 18:29:29 UTC 2015
+pkgbase = asse-sparc-toolchain
+ pkgver = 1.0
+ pkgrel = 1
+ arch = x86_64
+ license = GPL
+ source = https://lse.epita.fr/data/sparc-unknown-linux-gnu.tar.gz
+ md5sums = f96c99730faa1ab94a0b4a3365b28725
+
+pkgname = asse-sparc-toolchain
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3baf07f0c584
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,34 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail@domain.com>
+pkgname=asse-sparc-toolchain
+pkgver=1.0
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=('x86_64')
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("https://lse.epita.fr/data/sparc-unknown-linux-gnu.tar.gz")
+noextract=()
+md5sums=("f96c99730faa1ab94a0b4a3365b28725")
+
+package() {
+ mkdir $pkgdir/opt/
+ cp -ar $srcdir/sparc-unknown-linux-gnu $pkgdir/opt/
+}