summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 159e9559ddfd5b0f3af58ab20fcc19782bd4223c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=webfinit
pkgver=1.1
pkgdesc="A simple package that helps you to create a frontend project scoff"
url="https://github.com/mohammadrostamiorg/webFinit"
arch=('any')
license=('MIT')
maintainer="Mohammad Rosstami <mohammad.jayant@gmail.com>"
# source=("webFinit.sh" 
# "https://raw.githubusercontent.com/MohammadRostamiorg/webfinit/master/tailwind.txt"
#  "https://raw.githubusercontent.com/MohammadRostamiorg/webfinit/master/vanila.txt" 
#  "https://raw.githubusercontent.com/MohammadRostamiorg/webfinit/master/bootstrap.txt")

source=('webFinit.sh' 'vanila.txt' 'tailwind.txt' 'bootstrap.txt')
depends=('bash' 'coreutils' 'tree')
pkgrel=1
md5sums=("SKIP" "SKIP" "SKIP" "SKIP")
package() {
  install -Dm755 webFinit.sh "${pkgdir}/usr/bin/webfinit";
  install -Dm644 vanila.txt "${pkgdir}/usr/share/${pkgname}/vanila.txt"
  install -Dm644 bootstrap.txt "${pkgdir}/usr/share/${pkgname}/bootstrap.txt"
  install -Dm644 tailwind.txt "${pkgdir}/usr/share/${pkgname}/tailwind.txt"
}