summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1952b5812696
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,11 @@
+# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+
+pkgname=version
+pkgver=0.1
+pkgrel=1
+pkgdesc='Add VERSION_ID to /etc/os-release'
+arch=('any')
+depends=('setconf')
+install='version.install'
+
+# vim:set ts=2 sw=2 et: