summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChris Nixon2017-02-24 11:04:35 +0000
committerChris Nixon2017-02-24 11:05:01 +0000
commit1d085bb1ed42456157077a89045e7e4d5c12640a (patch)
tree1a9fea2c5b266267a6b5e590dffaab19b3eb3417 /.SRCINFO
downloadaur-rewrite.tar.gz
Add PKGBUILD and .SRCINFO
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c9124e51a569
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = rewrite
+ pkgdesc = Utility that allows for the in-place rewrite of a file's contents
+ pkgver = 0.1.r0.g745d248
+ pkgrel = 1
+ url = https://github.com/neosmart/rewrite
+ arch = x86
+ arch = x86_64
+ makedepends = git
+ makedepends = cargo
+ provides = rewrite
+ conflicts = rewrite
+ source = rewrite::git+https://github.com/neosmart/rewrite.git
+ sha1sums = SKIP
+
+pkgname = rewrite
+