summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2021-02-09 23:12:16 +0100
committerCarlos Galindo2021-02-09 23:12:16 +0100
commit3083a813d866a07ce73c2bbdef6bf2d19807ad6b (patch)
treeda2bbbc4b3b0a2a75c77b88e2ac006a12212482b /PKGBUILD
downloadaur-php7-meta.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..30f50bd49e2a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail@domain.com>
+pkgname=php7-meta
+pkgver=7.4.15
+pkgrel=1
+pkgdesc="Meta package to satisfy requirements of php<8 with the php7 package."
+arch=('any')
+license=('none')
+depends=('php7')
+provides=('php=7.4.15')
+install=php7-meta.install