summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2015-06-14 16:44:30 +0200
committerPiotr Rogoża2015-06-14 16:44:30 +0200
commit2755c9b8a2aa1780633675ad51851056c1ff4c86 (patch)
tree39b2ca05e5285de6d85e24c33611d0203bc2e2ce
downloadaur-2755c9b8a2aa1780633675ad51851056c1ff4c86.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a7cb0332fd97
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gcccpuopt
+ pkgdesc = Prints the GCC CPU-specific options tailored for the current CPU.
+ pkgver = 0.99.12
+ pkgrel = 2
+ url = http://www.pixelbeat.org/
+ arch = any
+ license = GPL
+ source = https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt
+ sha256sums = ca67106f008b2f22bc4cf6565ae15b1159f71fb417c1fe581f72ac6a7a0dac51
+
+pkgname = gcccpuopt
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1cde954e0e3d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+pkgname=gcccpuopt
+pkgver=0.99.12
+pkgrel=2
+pkgdesc="Prints the GCC CPU-specific options tailored for the current CPU."
+arch=('any')
+license=('GPL')
+url="http://www.pixelbeat.org/"
+source=("https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt")
+sha256sums=('ca67106f008b2f22bc4cf6565ae15b1159f71fb417c1fe581f72ac6a7a0dac51')
+
+package() {
+ install -D -m775 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
+}