summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenni Hein2021-03-12 16:45:50 +0100
committerLenni Hein2021-03-12 16:45:50 +0100
commit2d9d0ab297af99ad3ed6fc9c8fc33c19eaf54d0a (patch)
treecbf45500256b8d17c5f7745d983a976f9dfe3bc6
downloadaur-codeonly.tar.gz
v1.1.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
-rw-r--r--codeonly-1.1.0-x86_64.tar.gzbin0 -> 145710 bytes
3 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..afab9139d7b2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = codeonly
+ pkgdesc = Remove annoying comments from your code
+ pkgver = 1.1.0
+ pkgrel = 1
+ url = https://github.com/LostInTheCloud/codeonly
+ arch = x86_64
+ license = GPL-2.0
+ provides = codeonly
+ options = strip
+ source = https://github.com/LostInTheCloud/codeonly/releases/download/v1.1.0/codeonly-1.1.0-x86_64.tar.gz
+ sha256sums = 763d4fda449c63d3fd5652db23ba0338d0cc150b873221c46650efdbf089ca2c
+
+pkgname = codeonly
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2694e50c2609
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+Maintainer="Lenni Hein <git@lennihein.com>"
+pkgname=codeonly
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Remove annoying comments from your code"
+url="https://github.com/LostInTheCloud/codeonly"
+license=("GPL-2.0")
+arch=("x86_64")
+provides=("codeonly")
+options=("strip")
+source=("https://github.com/LostInTheCloud/codeonly/releases/download/v$pkgver/codeonly-$pkgver-x86_64.tar.gz")
+sha256sums=("763d4fda449c63d3fd5652db23ba0338d0cc150b873221c46650efdbf089ca2c")
+
+package() {
+ install -Dm755 codeonly -t "$pkgdir/usr/bin/"
+}
diff --git a/codeonly-1.1.0-x86_64.tar.gz b/codeonly-1.1.0-x86_64.tar.gz
new file mode 100644
index 000000000000..5d2118fbaa3c
--- /dev/null
+++ b/codeonly-1.1.0-x86_64.tar.gz
Binary files differ