summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflaketill2017-06-21 11:06:46 -0600
committerflaketill2017-06-21 11:06:46 -0600
commitbc5425ae90adbcd58278a538cb78da7d7d17d506 (patch)
tree17a4b38c2de9276114e63d597686357c70f2e858
downloadaur-bc5425ae90adbcd58278a538cb78da7d7d17d506.tar.gz
Initial import
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f636f3105081
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,10 @@
+pkgbase = flaketill-dotfiles
+ pkgdesc = A simple dotfiles restore for develop on Arch Linux x64
+ pkgver = 0.0.1
+ pkgrel = 2
+ url = https://flaketill@bitbucket.org/flaketill/dotfiles.git
+ arch = x86_64
+ license = GPL
+
+pkgname = flaketill-dotfiles
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..66dce7869cac
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+# Maintainer: Armando Ibarra <armandoibarra1@gmail.com>
+# Maintainer: Armando Ibarra <armandoibarra1[at]archlinux[dot]org>
+# Contributor: flaketill <armandoibarra1 at gmail dot com>
+
+pkgname=flaketill-dotfiles
+_pkgname=dotfiles
+pkgver=0.0.1
+pkgrel=2
+pkgdesc="A simple dotfiles restore for develop on Arch Linux x64"
+arch=('x86_64')
+url="https://flaketill@bitbucket.org/flaketill/dotfiles.git"
+license=('GPL') \ No newline at end of file