add: drone yml
fix: rename client to webapp BUMP VERSION
This commit is contained in:
		
							parent
							
								
									8a51bdbbec
								
							
						
					
					
						commit
						4c3c99ba5a
					
				
					 4 changed files with 63 additions and 4 deletions
				
			
		
							
								
								
									
										18
									
								
								webapp/PKGBUILD
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								webapp/PKGBUILD
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
 | 
			
		||||
pkgname=emgauwa-webapp
 | 
			
		||||
pkgver=0.0.1
 | 
			
		||||
pkgrel=1
 | 
			
		||||
epoch=
 | 
			
		||||
pkgdesc=""
 | 
			
		||||
arch=('any')
 | 
			
		||||
url="https://git.serguzim.me/emgauwa/client"
 | 
			
		||||
license=('unknown')
 | 
			
		||||
groups=()
 | 
			
		||||
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/attachments/13f09a2c-6028-4364-9550-5b9244c5842a")
 | 
			
		||||
sha256sums=('23c78e1351f8aedacdbba49ec9cb4297843b86d9934e0c3b218b428c7e770016')
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
    # install project
 | 
			
		||||
    install -d "$pkgdir/usr/share/webapps/"
 | 
			
		||||
    cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
 | 
			
		||||
}
 | 
			
		||||
		Reference in a new issue